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

A373846
Numbers k for which A276085(k) is a prime, where A276085 is the primorial base log-function.
4
3, 4, 6, 8, 10, 14, 18, 22, 24, 26, 32, 50, 54, 70, 72, 74, 90, 96, 98, 120, 128, 154, 160, 182, 242, 250, 270, 286, 338, 350, 360, 374, 378, 442, 450, 480, 486, 490, 494, 504, 550, 600, 630, 640, 646, 648, 672, 766, 800, 840, 864, 896, 910, 946, 986, 1078, 1120, 1152, 1274, 1334, 1350, 1394, 1458, 1536, 1610, 1666
OFFSET
1,1
LINKS
PROG
(PARI)
A276085(n) = { my(f = factor(n)); sum(k=1, #f~, f[k, 2]*prod(i=1, primepi(f[k, 1]-1), prime(i))); };
isA373846(n) = isprime(A276085(n));
CROSSREFS
Positions of primes in A276085.
Positions of 1's in A373842.
Subsequence of A373847.
After two initial terms, a subsequence of A036554.
Sequence in context: A173339 A064269 A260485 * A120150 A262892 A109441
KEYWORD
nonn
AUTHOR
Antti Karttunen, Jun 20 2024
STATUS
approved