login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A189393 Phi(n^4). 1
1, 8, 54, 128, 500, 432, 2058, 2048, 4374, 4000, 13310, 6912, 26364, 16464, 27000, 32768, 78608, 34992, 123462, 64000, 111132, 106480, 267674, 110592, 312500, 210912, 354294, 263424, 682892, 216000, 893730, 524288, 718740, 628864, 1029000, 559872 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,2

LINKS

Vincenzo Librandi and T. D. Noe, Table of n, a(n) for n = 1..1000 (Vincenzo Librandi to 680)

FORMULA

a(n)=n^3*phi(n).

MATHEMATICA

EulerPhi[Range[100]^4] (* T. D. Noe, Dec 27 2011 *)

PROG

(MAGMA) [ n^3*EulerPhi(n) : n in [1..100] ]

(PARI) vector(66, n, n^3*eulerphi(n))  /* Joerg Arndt, Apr 22 2011 */

CROSSREFS

Cf. A002618 (phi(n^2)), A053191 (phi(n^3)).

Sequence in context: A054418 A070928 A180095 * A085537 A085540 A122657

Adjacent sequences:  A189390 A189391 A189392 * A189394 A189395 A189396

KEYWORD

nonn,easy

AUTHOR

Vincenzo Librandi, Apr 21 2011

STATUS

approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified May 22 23:20 EDT 2013. Contains 225585 sequences.