Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A064018
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A064018 Sum_{k <= 10^n} Euler totient phi(k); A002088(k) = Phi(k). +0
1
1, 32, 3044, 304192, 30397486, 3039650754, 303963552392, 30396356427242, 3039635516365908, 303963551173008414 (list; graph; listen)
OFFSET

0,2

COMMENT

Conjecture: It would appear that the sum from 1 to n approaches the limit 0.30396355*n^2 = (3/Pi^2)*n^2.

MATHEMATICA

s = 0; k = 1; Do[ While[ k <= 10^n, s = s + EulerPhi[ k ]; k++ ]; Print[ s ], {n, 0, 8} ]

CROSSREFS

Cf. A000010 and A002088.

Sequence in context: A111923 A136246 A113500 this_sequence A067321 A104652 A135787

Adjacent sequences: A064015 A064016 A064017 this_sequence A064019 A064020 A064021

KEYWORD

nonn

AUTHOR

Robert G. Wilson v (rgwv(AT)rgwv.com), Sep 07 2001

EXTENSIONS

More terms from Robert G. Wilson v (rgwv(AT)rgwv.com), Sep 07 2001

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 25 14:49 EST 2009. Contains 167514 sequences.


AT&T Labs Research