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”).

A118498
a(n) = 11*n^20 + 11*n^2 + 152821.
0
152821, 152843, 11687201, 38354781331, 12094628058533, 1049041748199971, 40217742840845953, 877714929273885371, 12682136550675470261, 133734320049626370523, 1100000000000000153921, 7400249944258160255363
OFFSET
0,1
COMMENTS
2.579% of the first million values are prime. [Charles R Greathouse IV, Mar 20 2010]
MATHEMATICA
a[n_] = 152821 + 11*n^2 + 11*n^20; Table[a[n], {n, 0, 20}]
CROSSREFS
Sequence in context: A086691 A244598 A112625 * A233392 A233947 A172732
KEYWORD
nonn,easy,less
AUTHOR
Roger L. Bagula, May 05 2006
EXTENSIONS
Edited by Charles R Greathouse IV, Mar 20 2010
STATUS
approved