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!)
A073105 Least k such that there are n primes among the numbers x*2^n + 1 for 1 <= x <= k. 0
1, 3, 9, 12, 14, 12, 26, 46, 38, 49, 59, 46, 90, 73, 141, 117, 114, 127, 179, 151, 131, 238, 305, 250, 245, 258, 290, 468, 384, 345, 497, 403, 495, 502, 564, 543, 576, 624, 575, 561 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
PROG
(PARI) a(n)=if(n<0, 0, s=1; while(sum(k=1, s, isprime(k*2^n+1))<n, s++); s)
CROSSREFS
Sequence in context: A168400 A310318 A310319 * A356101 A073536 A077468
KEYWORD
easy,nonn
AUTHOR
Benoit Cloitre, Aug 19 2002
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 June 9 18:06 EDT 2024. Contains 373248 sequences. (Running on oeis4.)