Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A088550
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A088550 Primes of the form x^6 + x^5 + x^4 + x^3 + x^2 + x + 1. +0
1
7, 127, 1093, 19531, 55987, 5229043, 8108731, 25646167, 321272407, 917087137, 3092313043, 4201025641, 9684836827, 31401724537, 47446779661, 52379047267, 83925549247, 100343116693, 141276239497, 153436090543, 265462278481 (list; graph; listen)
OFFSET

1,1

MATHEMATICA

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

PROGRAM

(PARI) polypn(n, p) = { for(x=1, n, if(p%2, y=2, y=1); for(m=1, p, y=y+x^m; ); if(isprime(y), print1(y", ")); ) }

CROSSREFS

Sequence in context: A139987 A061744 A053716 this_sequence A064754 A025166 A139291

Adjacent sequences: A088547 A088548 A088549 this_sequence A088551 A088552 A088553

KEYWORD

nonn

AUTHOR

Cino Hilliard (hillcino368(AT)gmail.com), Nov 17 2003

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | The OEIS Foundation | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified March 17 15:31 EDT 2010. Contains 173524 sequences.


AT&T Labs Research