login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A140433 Primes of the form n^0+(n+1)^1+(n+2)^2+(n+3)^3+(n+4)^4. 0
701, 2647, 4481, 7129, 15731, 53551, 110161, 405001, 473201, 549667, 1079297, 1541051, 1922077, 6892651, 8654689, 10734697, 13168801, 15995071, 30380849, 33789601, 55322081, 72401057, 85800961, 113622391, 147716801, 238297249 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

EXAMPLE

n=1->701, n=3->247, n=4->4481, n=5->7129, n=7->15731, n=11->53551,...

(1+0)^0+(1+1)^1+(1+2)^2+(1+3)^3+(1+4)^4=1+2+9+64+625=701

MATHEMATICA

lst={}; Do[p=n^0+(n+1)^1+(n+2)^2+(n+3)^3+(n+4)^4; If[PrimeQ[p], AppendTo[lst, p]], {n, 2*5!}]; lst

CROSSREFS

Cf. A155933

Sequence in context: A093270 A093235 A180469 * A158655 A203350 A035852

Adjacent sequences:  A140430 A140431 A140432 * A140434 A140435 A140436

KEYWORD

nonn

AUTHOR

Vladimir Orlovsky (4vladimir(AT)gmail.com), Jun 19 2008, Jan 30 2009

EXTENSIONS

Edited by N. J. A. Sloane, Aug 15 2010 at the suggestion of D. S. McNeil

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 03:14 EST 2012. Contains 205694 sequences.