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!)
A329380 a(n) = Product_{d|n} A276086(d)^A001221(n/d). 5
1, 2, 2, 6, 2, 72, 2, 54, 12, 216, 2, 9720, 2, 120, 432, 810, 2, 64800, 2, 262440, 240, 1080, 2, 32805000, 36, 600, 360, 243000, 2, 28343520000, 2, 182250, 2160, 5400, 720, 27337500000, 2, 3000, 1200, 13286025000, 2, 72900000000, 2, 32805000, 11664000, 27000, 2, 69198046875000, 20, 218700000, 10800, 30375000, 2, 911250000000, 6480, 184528125000, 6000 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = Product_{d|n} A276086(d)^A001221(n/d).
A276085(a(n)) = A323599(n).
PROG
(PARI)
A276086(n) = { my(m=1, p=2); while(n, m *= (p^(n%p)); n = n\p; p = nextprime(1+p)); (m); };
A329380(n) = { my(m=1); fordiv(n, d, m *= A276086(d)^omega(n/d)); (m); };
CROSSREFS
Cf. A001221, A276085, A276086, A323599, A329381 (rgs-transform).
Cf. also A329350.
Sequence in context: A319708 A230266 A342628 * A348146 A355076 A344007
KEYWORD
nonn
AUTHOR
Antti Karttunen, Nov 12 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 August 15 05:43 EDT 2024. Contains 375172 sequences. (Running on oeis4.)