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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A027867 Primes of form n^2 + (n+1)^2 + (n+2)^2 + (n+3)^2 + (n+4)^2 + (n+5)^2. 0
139, 199, 271, 811, 1279, 1459, 2539, 2791, 3331, 3919, 4231, 7159, 8011, 9859, 15319, 17191, 17839, 20551, 24979, 25759, 41851, 42859, 48079, 58231, 59419, 65539, 68071, 74611, 88591, 102199, 125299 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

LINKS

P. De Geest, World!Of Numbers

MATHEMATICA

lst={}; Do[a=n^2+(n+1)^2+(n+2)^2+(n+3)^2+(n+4)^2+(n+5)^2; If[PrimeQ[a], AppendTo[lst, a]], {n, 8!}]; lst [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Jun 02 2009]

Select[Table[Total[(n+Range[0, 5])^2], {n, 200}], PrimeQ] (* From Harvey P. Dale, Jul 18 2011 *)

CROSSREFS

Sequence in context: A095649 A142524 A108383 * A140019 A107206 A142314

Adjacent sequences:  A027864 A027865 A027866 * A027868 A027869 A027870

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 21:29 EST 2012. Contains 205433 sequences.