The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A102636 Skipping from prime to prime by least powers of 2 using 127 as the seed. 1

%I #2 Mar 31 2012 10:23:47

%S 127,131,139,1163,1171,1187,1699,263843,265891,269987,33824419,

%T 33824423,33824431,33889967,33889969,33890033,33892081,33892337,

%U 220855883097298041197912187592864814478435487109452369765200775195469809

%N Skipping from prime to prime by least powers of 2 using 127 as the seed.

%C By skipping least power of 2, the numbers in sequence A033875 reaches an enormous element at n=22. The next not merged sequence starts from 53 and gets to a big number at n=7 (A102635). Can this sort of sequence with relatively more small primes? The next sequence seeded 127 (this sequence). It gets 19 elements within n<1000.

%F a(1) = 127, a(n+1) = a(n) + 2^k; a(n+1) prime, k minimal.

%e 127+2^2 = 131 is prime

%e 33892081+2^8 = 33892337 is prime

%Y Cf. A033875, A102935, A102937.

%K nonn

%O 1,1

%A _Lei Zhou_, Jan 21 2005

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified June 7 10:57 EDT 2024. Contains 373162 sequences. (Running on oeis4.)