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!)
A178608 Primes of the form (2*k^3 + 3*k^2 + k - 12)/6. 1
3, 53, 89, 283, 383, 1013, 1783, 3793, 6199, 12527, 17573, 23819, 25583, 31393, 40423, 42923, 81373, 111893, 132347, 155153, 161237, 187163, 208333, 391403, 500363, 597859, 658873, 674749, 944369, 1113773, 1302313, 1538569, 2607097 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Primes of the form A000330(k) - 2. - Michel Marcus, Jan 29 2019
LINKS
MATHEMATICA
s=0; lst={}; Do[s+=n^2; If[PrimeQ[p=s-2], AppendTo[lst, p]], {n, 1, 6!}]; lst
CROSSREFS
Cf. A000330.
Sequence in context: A288867 A082484 A187805 * A106997 A141929 A216042
KEYWORD
nonn,easy
AUTHOR
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 April 20 00:58 EDT 2024. Contains 371798 sequences. (Running on oeis4.)