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!)
A126716 Least i such that prime(i)*2^(10^n) -1 is prime. 0
2, 3, 51, 657, 6255 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
EXAMPLE
3*2^(10^0)-1=5 prime so a(0)=2 since 3 is prime(2).
3*2^(10^1)-1=3071=37*83 composite, 5*2^(10^1)-1=5119 prime so a(1)=3, since 5 is prime(3).
PROG
(PARI) a(n) = my(i=2); while (!isprime(prime(i)*2^(10^n) -1), i++); i; \\ Michel Marcus, Sep 15 2019
CROSSREFS
Sequence in context: A065646 A268251 A090508 * A355648 A347894 A362836
KEYWORD
nonn,more
AUTHOR
Pierre CAMI, Feb 13 2007
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 24 14:12 EDT 2024. Contains 371960 sequences. (Running on oeis4.)