|
Search: id:A103513
|
|
|
| A103513 |
|
Primes of the form primorial(P(k))/2-2^n with minimal n, n>=0, k>=2. |
|
+0 2
|
|
| 2, 13, 103, 1153, 15013, 255253, 4849843, 111546433, 3234846607, 100280245063, 3710369067401, 152125131763603, 6541380632280583, 307444891294245701, 16294579238595022363, 961380175077106319471, 58644190679703485491571
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
COMMENT
|
The Mathematica Program does not produce a(2). Conjecture: sequence is defined for all k>=2.
|
|
EXAMPLE
|
P(2)/2=3, 3-2^0=2 is prime, so a(2)=2;
P(5)/2=1155, 1155-2^1=1153 is prime, so a(5)=1153;
|
|
MATHEMATICA
|
nmax = 2^8192; npd = 1; n = 2; npd = npd*Prime[n]; While[npd < nmax, tt = 2; cp = npd - tt; While[(cp > 1) && (! (PrimeQ[cp])), tt = tt*2; cp = npd - tt]; If[cp < 2, Print["*"], Print[cp]]; n = n + 1; npd = npd*Prime[n]]
|
|
CROSSREFS
|
Cf. A002110, A005234, A014545, A018239, A006794, A057704, A057705, A103154.
Sequence in context: A125589 A007809 A067024 this_sequence A083062 A127746 A069100
Adjacent sequences: A103510 A103511 A103512 this_sequence A103514 A103515 A103516
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Lei Zhou (lzhou5(AT)emory.edu), Feb 15 2005
|
|
|
Search completed in 0.002 seconds
|