The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A218210 Number of primes up to 10^n that are of the form (k-2)^2 + (k-1)^2 + k^2. 4
2, 3, 6, 10, 22, 53, 139, 369, 1050, 2984, 8618, 24390 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
There are two primes < 10: 2 and 5.
LINKS
FORMULA
a(n) = sum(A218209(k), k=1..n)
MATHEMATICA
n = -1; cnt = 0; Do[While[n++; p = 3*n^2 + 2; p < 10^e, If[PrimeQ[p], cnt++]]; n--; cnt, {e, 10}] (* T. D. Noe, Oct 23 2012 *)
CROSSREFS
Sequence in context: A156803 A002992 A130867 * A122381 A141034 A300442
KEYWORD
nonn,base
AUTHOR
Martin Renner, Oct 23 2012
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 May 21 15:47 EDT 2024. Contains 372738 sequences. (Running on oeis4.)