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!)
A366887 Sum of the odd squarefree divisors permuted by A163511. 3
1, 1, 1, 4, 1, 4, 4, 6, 1, 4, 4, 6, 4, 24, 6, 8, 1, 4, 4, 6, 4, 24, 6, 8, 4, 24, 24, 48, 6, 32, 8, 12, 1, 4, 4, 6, 4, 24, 6, 8, 4, 24, 24, 48, 6, 32, 8, 12, 4, 24, 24, 48, 24, 192, 48, 96, 6, 32, 32, 72, 8, 48, 12, 14, 1, 4, 4, 6, 4, 24, 6, 8, 4, 24, 24, 48, 6, 32, 8, 12, 4, 24, 24, 48, 24, 192, 48, 96, 6, 32, 32, 72, 8 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
a(n) = A206787(A163511(n)).
PROG
(PARI)
A163511(n) = if(!n, 1, my(p=2, t=1); while(n>1, if(!(n%2), (t*=p), p=nextprime(1+p)); n >>= 1); (t*p));
A206787(n) = sumdiv(n, d, d*issquarefree(2*d));
CROSSREFS
Cf. A163511, A206787, A366888 (rgs-transform).
Sequence in context: A196222 A035646 A144034 * A204714 A341100 A350639
KEYWORD
nonn
AUTHOR
Antti Karttunen, Nov 04 2023
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 11 17:24 EDT 2024. Contains 372410 sequences. (Running on oeis4.)