Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A103785
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A103785 Primes of the form A019565(2^n-1-k)+A019565(k) with minimum k. +0
4
3, 7, 31, 211, 2311, 15017, 85091, 1616621, 22309297, 3234846617, 200560490131, 3710369067407, 20283350901829, 872184088778017, 307444891294245707, 775932344695001107, 961380175077106319537, 19548063559901161830551 (list; graph; listen)
OFFSET

1,1

COMMENT

This sequence can also be defined as: The Primes of the form primorial P(n)/A019565(k)+A019565(k) with minimum k. Conjecture: sequence is defined for any n>=1.

EXAMPLE

for n=1, A019565(2^1-1-0)+A019565(0)=2+1=3 is prime, so a(1)=3;

for n=6, A019565(2^6-1-1)+A019565(1)=15015+2=15017 is prime, so a(6)=15017;

MATHEMATICA

nmax = 2^2048; npd = 1; n = 1; npd = npd*Prime[n]; While[npd < nmax, tn = 0; tt = 1; cp = npd/tt + tt; While[(IntegerQ[cp]) && (! (PrimeQ[cp])), tn = tn + 1; tt = 1; k1 = tn; o = 1; While[k1 > 0, k2 = Mod[k1, 2]; If[k2 == 1, tt = tt*Prime[o]]; k1 = (k1 - k2)/2; o = o + 1]; cp = npd/tt + tt]; Print[cp]; n = n + 1; npd = npd*Prime[n]]

CROSSREFS

Cf. A019565, A002110.

Sequence in context: A123332 A051342 A002585 this_sequence A083772 A093441 A087864

Adjacent sequences: A103782 A103783 A103784 this_sequence A103786 A103787 A103788

KEYWORD

base,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 November 23 17:09 EST 2009. Contains 167438 sequences.


AT&T Labs Research