OFFSET
1,1
LINKS
Charles R Greathouse IV, Table of n, a(n) for n = 1..10000
EXAMPLE
2, 5(>4=2+2*1), 11(>9=5+2*2), 17(>16=11+2*3), 29(>26+17+2*4), 41(>39=29+2*5), 53(=53=41+2*6), 67(=67=53+2*7), 83(=83=67+2*8), 101(=101=83+2*9), etc.
PROG
(PARI) a=vector(10000); a[1]=2; for(n=1, #a-1, a[n+1]=nextprime(a[n]+2*n)) \\ Charles R Greathouse IV, May 26 2011
CROSSREFS
KEYWORD
nonn
AUTHOR
Juri-Stepan Gerasimov, Feb 11 2009
EXTENSIONS
a(42) corrected by Charles R Greathouse IV, May 26 2011
STATUS
approved