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

A368920
Number of terms of A368904 less than 10^n, where A368904 gives the numbers k for which there is no prime p such that p^p divides A342001(k).
4
8, 80, 781, 7752, 77275, 772088, 7718342, 77161311
OFFSET
1,1
PROG
(PARI)\\ Needs also program from A368914:
tp=10; s=0; for(n=1, 10^10, s+=A368914(n); if(1+n==tp, print1(s, ", "), if(n==tp, tp *= 10)));
CROSSREFS
KEYWORD
nonn
AUTHOR
Antti Karttunen, Jan 14 2024
STATUS
approved