Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A103515
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A103515 Primes of the form primorial P(k)*2^n-1 with minimal n, n>=0, k>=2. +0
4
5, 29, 419, 2309, 30029, 1021019, 19399379, 892371479, 51757545839, 821495767572479, 14841476269619, 304250263527209, 54873078184468933509119, 2459559130353965639, 521426535635040715679, 15751252788463309939261439 (list; graph; listen)
OFFSET

1,1

COMMENT

Conjecture: sequence is defined for all k>=2

EXAMPLE

P(2)*2^0-1=3*2-1=5 is prime, so a(2)=5;

P(4)*2^1-1=7*5*3*2*2-1=419 is prime, so a(4)=419;

MATHEMATICA

nmax = 2^2048; npd = 2; n = 2; npd = npd*Prime[n]; While[npd < nmax, tt = 1; cp = npd*tt - 1; While[ ! (PrimeQ[cp]), tt = tt*2; cp = npd*tt - 1]; Print[cp]; n = n + 1; npd = npd*Prime[n]]

CROSSREFS

Cf. A002110, A005234, A014545, A018239, A006794, A057704, A057705, A103153, A103154.

Adjacent sequences: A103512 A103513 A103514 this_sequence A103516 A103517 A103518

Sequence in context: A020531 A087899 A103783 this_sequence A069142 A072880 A112959

KEYWORD

nonn

AUTHOR

Lei Zhou (lzhou5(AT)emory.edu), Feb 15 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 6 12:54 EDT 2008. Contains 144667 sequences.


AT&T Labs Research