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!)
A162003 Primes of the form 1+(n+2)^2+(n+4)^4, n>=0. 0
4133, 14723, 38561, 457553, 708011, 2086433, 2314811, 3749861, 4881707, 5310533, 10559027, 12120611, 15756683, 21385733, 29991761, 37020833, 84943493, 151818923, 163059683, 181076933, 187401947, 268451333, 276939011, 322435361 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
These are created by n=4, 7, 10, 22, 25, 34, 35, 40, 43, 44, 53, 55, 59, 64, 70, 74, 92,
107, 109, 112, 113, 124, 125, 130, 140, 143, 152, 164, 167, 169,...
Primes created by the negative n= -1, -2, -3, -4, -5, -7, -8, -10 etc. are not included.
LINKS
MATHEMATICA
f[n_]:=n^0+(n+2)^2+(n+4)^4; lst={}; Do[If[PrimeQ[f[n]], AppendTo[lst, f[n]]], {n, 6!}]; lst
CROSSREFS
Sequence in context: A236871 A300194 A188254 * A346901 A346885 A346828
KEYWORD
nonn
AUTHOR
EXTENSIONS
Added note on primes created by negative n. [R. J. Mathar, Jun 26 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 23 03:30 EDT 2024. Contains 371906 sequences. (Running on oeis4.)