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!)
A359518 Integers k such that A110299(k) is prime. 0
1, 2, 3, 5, 10, 17, 21, 28, 38, 50, 86, 88, 100, 375, 408, 630, 646, 1241, 1860, 4359, 15444, 17916 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Integers k such that Sum_{i=0..k-1} 2^i*prime(k-i) is prime.
LINKS
EXAMPLE
For these k, A110299(k) is 2, 7, 19, 101, 3727, 481577, 7706203, 986404613, ... all prime.
PROG
(PARI) isok(k) = isprime(fromdigits(primes(k), 2));
CROSSREFS
Cf. A110299.
Sequence in context: A306006 A364641 A047011 * A259393 A018163 A339293
KEYWORD
nonn,more
AUTHOR
Michel Marcus, Jan 04 2023
EXTENSIONS
a(20)-a(22) from Pontus von Brömssen, Jan 04 2023
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 May 21 05:34 EDT 2024. Contains 372728 sequences. (Running on oeis4.)