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”).

A078745
Numbers k such that A049614(k) - A000040(k) is prime.
1
6, 7, 8, 15, 23, 36, 93, 117, 121, 131, 150, 310, 433, 896, 1226, 4439, 11452, 13069
OFFSET
1,1
PROG
(PARI) is(k) = ispseudoprime(prod(i=1, k, i^!isprime(i)) - prime(k)); \\ Jinyuan Wang, Jan 09 2021
CROSSREFS
KEYWORD
nonn,more
AUTHOR
Jason Earls, Dec 21 2002
EXTENSIONS
a(16) from Ryan Propper, Feb 12 2007
a(17)-a(18) from Michael S. Branicky, Aug 10 2024
STATUS
approved