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!)
A353563 Primorial base exp-function applied to Euler totient function: a(n) = A276086(phi(n)). 3
2, 2, 3, 3, 9, 3, 5, 9, 5, 9, 45, 9, 25, 5, 15, 15, 225, 5, 125, 15, 25, 45, 1125, 15, 375, 25, 125, 25, 5625, 15, 7, 225, 375, 225, 625, 25, 35, 125, 625, 225, 315, 25, 175, 375, 625, 1125, 1575, 225, 175, 375, 21, 625, 7875, 125, 315, 625, 35, 5625, 39375, 225, 49, 7, 35, 21, 875, 375, 245, 21, 525, 625, 2205, 625 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = A276086(A000010(n)).
PROG
(PARI)
A276086(n) = { my(m=1, p=2); while(n, m *= (p^(n%p)); n = n\p; p = nextprime(1+p)); (m); };
A353563(n) = A276086(eulerphi(n));
CROSSREFS
Cf. also A324650, A332825.
Sequence in context: A321327 A370898 A370904 * A360250 A095060 A319628
KEYWORD
nonn,look
AUTHOR
Antti Karttunen, Apr 27 2022
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 April 23 23:26 EDT 2024. Contains 371917 sequences. (Running on oeis4.)