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!)
A179866 A057330 with duplicates omitted. 1

%I #11 May 01 2013 21:02:11

%S 2,1531,16651,15514861

%N A057330 with duplicates omitted.

%e 2*2-1=3,2*3-1=5,2*5-1=11;

%e 2,3,5;

%e 1531,3061,6121,12241,24481;

%e 16651,33301,66601,133201,266401,532801,1065601;

%e 15514861,31029721,62059441,124118881,248237761,496475521,992951041,1985902081;

%t q=1; Reap[Do[lst={a=Prime[n]}; While[PrimeQ[a=2a-1], AppendTo[lst,a]]; If[Length[lst]>q, q=Length[lst]; Print[lst]; Sow[lst[[1]]]], {n,10^6}]][[2,1]]

%Y Cf. A057330, A005382

%K nonn,more

%O 1,1

%A _Vladimir Joseph Stephan Orlovsky_, Jan 11 2011

%E Edited by _N. J. A. Sloane_, Jan 11 2011.

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 10 01:53 EDT 2024. Contains 373251 sequences. (Running on oeis4.)