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
2, 1531, 16651, 15514861 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
2*2-1=3,2*3-1=5,2*5-1=11;
2,3,5;
1531,3061,6121,12241,24481;
16651,33301,66601,133201,266401,532801,1065601;
15514861,31029721,62059441,124118881,248237761,496475521,992951041,1985902081;
MATHEMATICA
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]]
CROSSREFS
Sequence in context: A329775 A226699 A110027 * A296362 A282999 A201242
KEYWORD
nonn,more
AUTHOR
EXTENSIONS
Edited by N. J. A. Sloane, Jan 11 2011.
STATUS
approved

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 May 15 10:29 EDT 2024. Contains 372540 sequences. (Running on oeis4.)