The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A339905 Fully multiplicative with a(prime(k)) = prime(k+1) - 1. 6
1, 2, 4, 4, 6, 8, 10, 8, 16, 12, 12, 16, 16, 20, 24, 16, 18, 32, 22, 24, 40, 24, 28, 32, 36, 32, 64, 40, 30, 48, 36, 32, 48, 36, 60, 64, 40, 44, 64, 48, 42, 80, 46, 48, 96, 56, 52, 64, 100, 72, 72, 64, 58, 128, 72, 80, 88, 60, 60, 96, 66, 72, 160, 64, 96, 96, 70, 72, 112, 120, 72, 128, 78, 80, 144, 88, 120, 128, 82 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = A003958(A003961(n)).
Sum_{k=1..n} a(k) ~ c * n^2, where c = (1/2) * Product_{p prime} ((p^2-p)/(p^2-nextprime(p)+1)) = 0.73732173..., where nextprime is A151800. - Amiram Eldar, Dec 08 2022
PROG
(PARI) A339905(n) = if(1==n, n, my(f=factor(n)); for(i=1, #f~, f[i, 1] = nextprime(1+f[i, 1])-1); factorback(f));
CROSSREFS
Cf. A003958, A003961, A151800, A339903 (the odd part).
Coincides with A003972 on A005117.
Sequence in context: A229144 A263021 A112921 * A215205 A298043 A325245
KEYWORD
nonn,mult
AUTHOR
Antti Karttunen, Dec 30 2020
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | 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 May 16 03:14 EDT 2024. Contains 372549 sequences. (Running on oeis4.)