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!)
A263875 a(n) = least positive k such that A263874(n) + 2^k is prime. 3
1, 2, 3, 4, 5, 8, 10, 20, 29, 955, 4583176, 9092392 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
A263874 gives where the records occur.
LINKS
PROG
(PARI) a=1; forstep(n=1, 773, 2, k=1; while(!ispseudoprime(n+2^k), k++); if(k+1>a, print1(k, ", "); a=k+1));
CROSSREFS
Sequence in context: A222297 A211981 A019997 * A351702 A125157 A093327
KEYWORD
nonn,hard,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 April 16 14:51 EDT 2024. Contains 371749 sequences. (Running on oeis4.)