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!)
A240113 Integers for which the smallest m in A040081 such that n*2^m - 1 is prime (A038699) increases. 1
1, 13, 23, 43, 59, 88, 127, 148, 659 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Where records occur in A040081. A103963 gives the record values.
The next candidate is 2293.
LINKS
PROG
(PARI) a=0; for(n=1, 148, m=0; while(!ispseudoprime(n*2^m-1), m++); if(m>a, a=m; print1(n, ", ")));
CROSSREFS
Sequence in context: A236418 A112394 A067227 * A256177 A320752 A213665
KEYWORD
nonn,more
AUTHOR
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 March 28 10:31 EDT 2024. Contains 371240 sequences. (Running on oeis4.)