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!)
A103963 Record values in A040081. 7
2, 3, 4, 7, 12, 23, 25, 2551, 800516 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
A040081(659) not yet found. The index sequence of this one is 1, 13, 23, 43, 59, 88, 127, 148, 659.
800516 was found by Dave Linton in 2004.
LINKS
Ray Ballinger and Wilfrid Keller, Riesel Problem
EXAMPLE
A040081(1)=2; A040081(13)=3; A040081(659)>8192
MATHEMATICA
kmax=8192; k = 0; n = 0; km = k; While[k < kmax, n++; k = 0; cp = n*(2^k) - 1; While[(!PrimeQ[cp]) && (k < kmax), k++; cp = n*(2^k) - 1]; If[k > km, km = k; Print[{n, km}]]]
CROSSREFS
Sequence in context: A307673 A141002 A006537 * A006706 A194079 A124390
KEYWORD
nonn,more
AUTHOR
Lei Zhou, Feb 24 2005
EXTENSIONS
Edited by T. D. Noe, Nov 15 2010
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 April 23 16:40 EDT 2024. Contains 371916 sequences. (Running on oeis4.)