If I understand your use case correctly, I wouldn't use nofollow for these internal links. In the example you provided, it could lead to a situation where the Google bot doesn't find your posts that are on page 10 (unless you have other internal links to them). You would probably want to use noindex, so that your post lists don't appear on Google search, but I wouldn't recommend using nofollow for them. It is also quite interesting to know how Google calculates PageRank with the existence of nofollow link: It takes all links on a page and divides the PageRank of that page by the total number of outgoing link. Then, it gives each of the do-follow link that exact share of Page Rank ("link juice"). So, if you have 5 do-follow links and 5 nofollow links on a page, each of the do-follow links gets 10% of the Page Rank, and the remaining 50% are just lost.