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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A063751 Phi(A002477(n)). 1
1, 110, 7992, 1111000, 119998800, 5759994240, 1229137654864, 108799998912000, 8007983991992016, 1090799999890920000, 123450846932098824864, 5702399999994297600000, 1195941578346547072508832 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

LINKS

Harry J. Smith, Table of n, a(n) for n=0,...,80

PROG

(PARI) j=[]; for(n=0, 25, j=concat(j, eulerphi( ((10^(n+1)-1)/9)^2) )); j

(PARI) { for (n=0, 80, a=eulerphi(((10^(n + 1) - 1)/9)^2); write("b063751.txt", n, " ", a) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Aug 29 2009]

CROSSREFS

Cf. A000010, A002477.

Sequence in context: A111600 A111784 A146495 * A163664 A135645 A058935

Adjacent sequences:  A063748 A063749 A063750 * A063752 A063753 A063754

KEYWORD

easy,nonn

AUTHOR

Jason Earls (zevi_35711(AT)yahoo.com), Aug 11 2001

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 February 13 20:08 EST 2012. Contains 205553 sequences.