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!)
A329031 a(n) = A327860(A328841(n)). 4
0, 1, 1, 5, 1, 5, 1, 7, 8, 31, 8, 31, 1, 7, 8, 31, 8, 31, 1, 7, 8, 31, 8, 31, 1, 7, 8, 31, 8, 31, 1, 9, 10, 41, 10, 41, 12, 59, 71, 247, 71, 247, 12, 59, 71, 247, 71, 247, 12, 59, 71, 247, 71, 247, 12, 59, 71, 247, 71, 247, 1, 9, 10, 41, 10, 41, 12, 59, 71, 247, 71, 247, 12, 59, 71, 247, 71, 247, 12, 59, 71, 247, 71, 247, 12, 59 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
a(n) = A003415(A328571(n)) = A069359(A328571(n)).
PROG
(PARI) A329031(n) = { my(s=0, m=1, p=2); while(n, if(n%p, m *= p; s += (1/p)); n = n\p; p = nextprime(1+p)); (s*m); };
CROSSREFS
Cf. A060735 (the positions of ones).
Sequence in context: A096940 A141345 A318664 * A264483 A050340 A021955
KEYWORD
nonn
AUTHOR
Antti Karttunen, Nov 07 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 13 03:04 EDT 2024. Contains 372497 sequences. (Running on oeis4.)