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!)
A175699 a(n) = n ^ phi(n-1), phi(n) = A000010(n) = Euler totient function. 2
1, 2, 3, 16, 25, 1296, 49, 262144, 6561, 1000000, 14641, 61917364224, 28561, 56693912375296, 11390625, 4294967296, 6975757441, 121439531096594251776, 47045881 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
For n = 6, a(6) = 6 ^ phi(6-1) = 6 ^ A000010(5) = 6 ^ 4 = 1296.
MATHEMATICA
Table[n^EulerPhi[n-1], {n, 20}] (* Harvey P. Dale, Jul 11 2020 *)
PROG
(PARI) a(n)=n^eulerphi(n-1) \\ Charles R Greathouse IV, Feb 21 2013
CROSSREFS
Sequence in context: A147662 A074182 A074759 * A102882 A359391 A085734
KEYWORD
nonn
AUTHOR
Jaroslav Krizek, Aug 09 2010
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 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)