login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A218211 Number of n-digit primes that are the sum of six consecutive squares of nonnegative numbers. 4
0, 0, 4, 10, 15, 49, 147, 407, 1084, 3010, 8756, 25145, 73424, 215375, 631828, 1870092, 5562131, 16584139, 49630873, 148917071, 448088250 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
These are the primes of the form 91 + 42*k + 6*k^2.
LINKS
FORMULA
a(n) = A218212(n) - A218212(n-1)
MATHEMATICA
n = 0; Table[cnt = 0; While[n++; p = 91 + 42*n + 6*n^2; p < 10^e, If[PrimeQ[p], cnt++]]; n--; cnt, {e, 14}] (* T. D. Noe, Oct 23 2012 *)
CROSSREFS
Sequence in context: A005662 A337294 A259262 * A302197 A190965 A099457
KEYWORD
nonn,base,more
AUTHOR
Martin Renner, Oct 23 2012
EXTENSIONS
a(13)-a(21) from Chai Wah Wu, Feb 12 2018
a(2) changed back to 0 by Chai Wah Wu and N. J. A. Sloane, Feb 13 2018
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified July 27 18:35 EDT 2024. Contains 374650 sequences. (Running on oeis4.)