login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 


A347101
Fully multiplicative with a(prime(k)) = A001223(k), where A001223 gives the distance from the k-th prime to the (k+1)-th prime.
4
1, 1, 2, 1, 2, 2, 4, 1, 4, 2, 2, 2, 4, 4, 4, 1, 2, 4, 4, 2, 8, 2, 6, 2, 4, 4, 8, 4, 2, 4, 6, 1, 4, 2, 8, 4, 4, 4, 8, 2, 2, 8, 4, 2, 8, 6, 6, 2, 16, 4, 4, 4, 6, 8, 4, 4, 8, 2, 2, 4, 6, 6, 16, 1, 8, 4, 4, 2, 12, 8, 2, 4, 6, 4, 8, 4, 8, 8, 4, 2, 16, 2, 6, 8, 4, 4, 4, 2, 8, 8, 16, 6, 12, 6, 8, 2, 4, 16, 8, 4, 2, 4, 4, 4, 16
OFFSET
1,3
FORMULA
For all n >= 0, a(2^n) = 1.
PROG
(PARI) A347101(n) = { my(f=factor(n)); for(i=1, #f~, f[i, 1] = (nextprime(f[i, 1]+1)-f[i, 1])); factorback(f); };
CROSSREFS
Cf. A000079 (positions of 1's), A001223, A347102, A347123.
Sequence in context: A218666 A062790 A046640 * A240388 A049823 A143775
KEYWORD
nonn,mult
AUTHOR
Antti Karttunen, Aug 19 2021
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified September 23 08:38 EDT 2024. Contains 376146 sequences. (Running on oeis4.)