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!)
A070243 a(n) = Card{ k, phi(k) <= n }. 4
2, 5, 5, 9, 9, 13, 13, 18, 18, 20, 20, 26, 26, 26, 26, 32, 32, 36, 36, 41, 41, 43, 43, 53, 53, 53, 53, 55, 55, 57, 57, 64, 64, 64, 64, 72, 72, 72, 72, 81, 81, 85, 85, 88, 88, 90, 90, 101, 101, 101, 101, 103, 103, 105, 105, 108, 108, 110, 110, 119, 119, 119, 119, 127, 127 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
REFERENCES
G. Tenenbaum & Jie Wu, Exercices corrigés de théorie analytique et probabiliste des nombres, Collection SMF, Cours specialises, Numero 2, pp. 78-79.
S. R. Finch, Mathematical Constants, Cambridge, 2003, pp. 115-118.
LINKS
Matteo Caorsi, Sergio Cecotti, Geometric classification of 4d N=2 SCFTs, arXiv:1801.04542 [hep-th], 2018.
FORMULA
Lim_{n ->infinity} a(n)/n = zeta(2)zeta(3)/zeta(6) = 1.943596436820759205057... = A082695.
a(n) = Sum_{k=1..n} A014197(k); a(n) = zeta(2)*zeta(3)/zeta(6)*n + O(n*exp(-c*sqrt(log(n))) for a suitable constant c > 0. - Benoit Cloitre, Apr 12 2003
PROG
(PARI) for(n=1, 150, print1(sum(i=1, 100*n, if(sign(eulerphi(i)-n)+1, 0, 1)+if((eulerphi(i)-n), 0, 1)), ", "))
CROSSREFS
Sequence in context: A200242 A062553 A126357 * A367642 A050175 A243333
KEYWORD
easy,nonn
AUTHOR
Benoit Cloitre, May 11 2002
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 17:27 EDT 2024. Contains 372554 sequences. (Running on oeis4.)