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!)
A064447 a(n) = EulerPhi(n^n). 5
1, 2, 18, 128, 2500, 15552, 705894, 8388608, 258280326, 4000000000, 259374246010, 2972033482752, 279577021469772, 4762288639524864, 233543408203125000, 9223372036854775808, 778579070010669895696, 13115469358432179191808, 1874292305362402347591138 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = A000010(A000312(n)).
EXAMPLE
For p prime, a(p) = (p^(p-1))*(p-1) = ((phi(p)+1)^phi(p))*phi(p).
MATHEMATICA
a[n_]:=EulerPhi[n^n]; lst={}; Do[AppendTo[lst, a[n]], {n, 0, 2*4!}]; lst (* Vladimir Joseph Stephan Orlovsky, Dec 03 2008 *)
Table[EulerPhi[n^n], {n, 20}] (* Harvey P. Dale, Jun 02 2015 *)
PROG
(PARI) { for (n=1, 100, write("b064447.txt", n, " ", eulerphi(n^n)) ) } \\ Harry J. Smith, Sep 14 2009
CROSSREFS
Sequence in context: A277661 A367553 A363662 * A043022 A057971 A360132
KEYWORD
nonn
AUTHOR
Labos Elemer, Oct 02 2001
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 March 29 09:32 EDT 2024. Contains 371268 sequences. (Running on oeis4.)