div show on home page only not in paged

Thank you guys for quick response.
Here is the code that worked for me.

<?php if( is_home() != '' && !is_paged()) { ?>
    div here
<?php } ?>