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!)
A165613 Primes of the form 1 + prime(k) + (prime(k+1))^2, any k. 0
29, 181, 379, 991, 2857, 10711, 30097, 32941, 37441, 39799, 58321, 66301, 69427, 94543, 122149, 135049, 157999, 167683, 187921, 209299, 214831, 326611, 352237, 503383, 897751, 955501, 1105651, 1195741, 1248799, 1516591, 1631989, 1699111 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Generated by prime indices k= 2, 5, 7, 10, 15, 26, 39,.....
LINKS
MATHEMATICA
lst={}; Do[p=Prime[n+0]^0+Prime[n+1]^1+Prime[n+2]^2; If[PrimeQ[p], AppendTo[lst, p]], {n, 6!}]; lst
CROSSREFS
Sequence in context: A183714 A042640 A140573 * A302450 A355623 A125339
KEYWORD
nonn
AUTHOR
EXTENSIONS
Definition rewritten following OEIS standards - R. J. Mathar, Sep 25 2009
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 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)