login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A000885
Number of twin prime pairs < square of n-th prime.
3
0, 2, 4, 6, 10, 12, 19, 21, 25, 33, 35, 46, 53, 56, 67, 80, 93, 98, 117, 128, 131, 146, 160, 174, 195, 210, 217, 227, 233, 244, 286, 298, 325, 331, 376, 386, 406, 423, 444, 467, 492, 505, 554, 561, 581, 589, 641, 700, 723, 732, 748, 780, 789, 835, 868, 895, 938, 945, 975
OFFSET
1,2
LINKS
MATHEMATICA
With[{tpps=Select[Partition[Prime[Range[10000]], 2, 1], Last[#]- First[#] == 2&]}, Table[ Count[tpps, _?(Last[#]<Prime[n]^2&)], {n, 60}]] (* Harvey P. Dale, Aug 11 2011 *)
CROSSREFS
Cf. A000879.
Sequence in context: A083887 A339736 A064374 * A372638 A068336 A293821
KEYWORD
nonn
AUTHOR
gandalf(AT)hrn.office.ssi.net (James D. Ausfahl)
EXTENSIONS
More terms from David W. Wilson
STATUS
approved