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!)
A074920 Integers k such that phi(k) = 6k/Pi^2 rounded to nearest integer. 2
1, 2, 3, 4, 33, 39, 99, 3237, 9711, 2069301, 6207903, 45502509, 24091595067 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
The average value of phi(n) can be approximated for large n by 6n/Pi^2 (Tattersall, p. 162).
REFERENCES
James J. Tattersall, "Elementary Number Theory in Nine Chapters", Cambridge University Press, 2001.
LINKS
EXAMPLE
phi(99) = 60 and 6*99/Pi^2 = 60.1848...., which rounds off to 60. Hence 99 is a term of the sequence.
MATHEMATICA
s = Pi^2; l = {}; Do[ If[Abs[EulerPhi[n] - 6 n/ s] <= 0.5, l = Append[l, n]], {n, 1, 10^5}]; l
CROSSREFS
Cf. A059956 (6/Pi^2).
Sequence in context: A067242 A028354 A028355 * A180631 A102842 A299169
KEYWORD
nonn,more
AUTHOR
Joseph L. Pe, Oct 01 2002
EXTENSIONS
a(10)-a(13) from Amiram Eldar, May 10 2019
Name edited by Michel Marcus, May 10 2019
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 April 25 05:56 EDT 2024. Contains 371964 sequences. (Running on oeis4.)