Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A075896
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A075896 Primes of the form 2^n-n^2. +0
5
7, 79, 431, 130783, 523927, 2251799813682647, 9007199254738183, 2417851639229258349405791, 9671406556917033397642519, 664613997892457936451903530140158127 (list; graph; listen)
OFFSET

1,1

MATHEMATICA

lst={}; Do[p=2^n-n^2; If[PrimeQ[p], AppendTo[lst, p]], {n, 0, 2*5!}]; lst [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Jan 27 2009]

PROGRAM

(PARI) for(n=2, 10^7, if(isprime(2^n-n^2), print1(2^n-n^2", ")))

CROSSREFS

Sequence in context: A135051 A014232 A154592 this_sequence A079911 A003545 A104094

Adjacent sequences: A075893 A075894 A075895 this_sequence A075897 A075898 A075899

KEYWORD

easy,nonn

AUTHOR

Zak Seidov (zakseidov(AT)yahoo.com), Oct 17 2002

EXTENSIONS

More terms from Ralf Stephan (ralf(AT)ark.in-berlin.de), Mar 30 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 | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 25 20:09 EST 2009. Contains 167514 sequences.


AT&T Labs Research