login
A391937
Numbers k such that A276086(k) = A391936(k).
1
0, 3, 5, 6, 39, 41, 45, 69, 210, 2316, 30030, 510555, 510720, 9699690, 223092870
OFFSET
1,2
COMMENTS
When A276086 is applied to these terms and the resulting sequence is sorted into ascending order, we obtain the intersection of A048103 and A343405.
PROG
(PARI)
A276086(n) = { my(m=1, p=2); while(n, m *= (p^(n%p)); n = n\p; p = nextprime(1+p)); (m); };
is_A391937(n) = { my(x=A276086(n), m=1, s=0); for(i=1, oo, if(s>x, return(0)); if(m>x, return(s==x)); s += (x%prime(i))*m; m *= prime(i)); };
CROSSREFS
KEYWORD
nonn,base,more
AUTHOR
Antti Karttunen, Jan 06 2026
STATUS
approved