OFFSET
1,2
LINKS
Donovan Johnson, Table of n, a(n) for n = 1..10000
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
KEYWORD
nonn
AUTHOR
gandalf(AT)hrn.office.ssi.net (James D. Ausfahl)
EXTENSIONS
More terms from David W. Wilson
STATUS
approved