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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A027886 Primes of form n + (n+1)^2 + (n+2)^3 + (n+3)^4 + (n+4)^5. 5
3413, 171851, 800143, 21146189, 92361319, 233915567, 287889649, 351395251, 511939063, 611695897, 857765101, 1369378627, 1585717909, 4487418853, 7816697183, 14152933547, 22107078277 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

LINKS

P. De Geest, Palindromic Quasi_Under_Squares of the form n+(n+1)^2

MATHEMATICA

f[n_]:=(n+1)^1+(n+2)^2+(n+3)^3+(n+4)^4+(n+5)^5; lst={}; Do[a=f[n]; If[PrimeQ[a], AppendTo[lst, a]], {n, 0, 6!}]; lst [From Vladimir Orlovsky (4vladimir(AT)gmail.com), May 30 2009]

CROSSREFS

Sequence in context: A133532 A151772 A109482 * A165942 A179427 A031787

Adjacent sequences:  A027883 A027884 A027885 * A027887 A027888 A027889

KEYWORD

nonn

AUTHOR

Patrick De Geest (pdg(AT)worldofnumbers.com)

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 12 16:35 EST 2012. Contains 205432 sequences.