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!)
A324653 a(n) = A000203(A276086(n)). 13
1, 3, 4, 12, 13, 39, 6, 18, 24, 72, 78, 234, 31, 93, 124, 372, 403, 1209, 156, 468, 624, 1872, 2028, 6084, 781, 2343, 3124, 9372, 10153, 30459, 8, 24, 32, 96, 104, 312, 48, 144, 192, 576, 624, 1872, 248, 744, 992, 2976, 3224, 9672, 1248, 3744, 4992, 14976, 16224, 48672, 6248, 18744, 24992, 74976, 81224, 243672, 57, 171, 228 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = A000203(A276086(n)).
For n >= 1, a(A002110(n-1)) = 1+A000040(n).
PROG
(PARI)
A276086(n) = { my(i=0, m=1, pr=1, nextpr); while((n>0), i=i+1; nextpr = prime(i)*pr; if((n%nextpr), m*=(prime(i)^((n%nextpr)/pr)); n-=(n%nextpr)); pr=nextpr); m; };
A324653(n) = sigma(A276086(n));
CROSSREFS
Cf. A267263, A276150, A324650, A324655 for omega, bigomega, phi and tau analogs, and also A324654.
Cf. also A324054.
Sequence in context: A346470 A218968 A332206 * A094025 A336612 A070287
KEYWORD
nonn
AUTHOR
Antti Karttunen, Mar 10 2019
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 20 19:00 EDT 2024. Contains 372720 sequences. (Running on oeis4.)