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!)
A365387 a(n) = A331410(n) * A331410(A163511(n)). 2
0, 0, 1, 0, 4, 1, 2, 0, 6, 4, 8, 1, 6, 2, 3, 0, 12, 6, 18, 4, 10, 8, 4, 1, 16, 6, 9, 2, 8, 3, 2, 0, 15, 12, 24, 6, 28, 18, 9, 4, 18, 10, 12, 8, 12, 4, 8, 1, 10, 16, 20, 6, 16, 9, 12, 2, 12, 8, 16, 3, 6, 2, 6, 0, 24, 15, 40, 12, 27, 24, 12, 6, 40, 28, 25, 18, 12, 9, 18, 4, 28, 18, 18, 10, 25, 12, 25, 8, 20, 12, 18, 4 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,5
LINKS
FORMULA
a(n) = A331410(n) * A365385(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));
A331410(n) = if(!bitand(n, n-1), 0, 1+A331410(n+(n/vecmax(factor(n)[, 1]))));
CROSSREFS
Cf. also A334873.
Sequence in context: A287647 A331749 A274438 * A087565 A079163 A108536
KEYWORD
nonn
AUTHOR
Antti Karttunen, Sep 03 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 July 12 01:26 EDT 2024. Contains 374237 sequences. (Running on oeis4.)