The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A221283 Number of totients up to 10^n. 0
1, 6, 38, 291, 2374, 20254, 180184, 1634372, 15037909, 139847905, 1311179363 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
K. Ford, The distribution of totients, Electron. Res. Announc. Amer. Math. Soc. 4 (1998), pp. 27-34.
K. Ford, The distribution of totients, Ramanujan J. 2 (1998), pp. 67-151.
FORMULA
a(n) is about 10^n/n * 2.2655434...^((log log n)^2); see Theorem 1 in the Ford paper for a more precise asymptotic.
EXAMPLE
There are 6 totients up to 10: {1 = phi(1), 2 = phi(3), 4 = phi(5), 6 = phi(7), 8 = phi(15), 10 = phi(11)}, so a(1) = 6.
PROG
(PARI) a(n)=sum(k=1, 10^n, istotient(k))
CROSSREFS
Sequence in context: A192941 A263855 A354326 * A064309 A075197 A356458
KEYWORD
nonn,hard
AUTHOR
EXTENSIONS
a(10) from Charles R Greathouse IV, Feb 11 2013
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 May 16 00:16 EDT 2024. Contains 372549 sequences. (Running on oeis4.)