Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A100339
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A100339 Primes of the form 2^q + q where q is not a prime. +0
1
3, 521, 32783, 549755813927, 37778931862957161709643, 2417851639229258349412433 (list; graph; listen)
OFFSET

1,1

COMMENT

The next term is 2^735+735 = 18073..35103, 222 digits long.

LINKS

N. J. A. Sloane, Table of n, a(n) for n = 1..7

EXAMPLE

For q = 9, 2^9+9 = 521 which is prime.

PROGRAM

(PARI) g1(p, n)=for(x=1, n, c=composite(x); y=p^c+c; if(gcd(y, c)==1, if(isprime(y), print1 (y", ")))) composite(n) = \ the n-th composite number { local(c, x); c=1; x=0; while(c <= n, x++; if(!isprime(x), c++); ); return(x) }

CROSSREFS

Adjacent sequences: A100336 A100337 A100338 this_sequence A100340 A100341 A100342

Sequence in context: A024045 A003392 A133026 this_sequence A034314 A002306 A087574

KEYWORD

nonn

AUTHOR

Cino Hilliard (hillcino368(AT)gmail.com), Jan 11 2005

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 October 13 09:05 EDT 2008. Contains 145008 sequences.


AT&T Labs Research