login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A078744
Numbers k such that A049614(k) + A000040(k) is prime.
1
1, 4, 6, 7, 8, 13, 17, 18, 21, 41, 86, 101, 144, 368, 1232, 1713, 2431, 2897, 6122, 6240, 6876
OFFSET
1,2
PROG
(PARI) is(k) = ispseudoprime(prod(i=1, k, i^!isprime(i)) + prime(k)); \\ Jinyuan Wang, Jan 08 2021
CROSSREFS
KEYWORD
nonn,more
AUTHOR
Jason Earls, Dec 21 2002
EXTENSIONS
a(17)-a(18) from Jinyuan Wang, Jan 08 2021
a(19)-a(21) from Michael S. Branicky, Aug 10 2024
STATUS
approved