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!)
A333912 Numbers k such that phi(k) is not the sum of 3 squares, where phi is the Euler totient function (A000010). 3
29, 58, 61, 77, 93, 99, 113, 122, 124, 141, 145, 154, 157, 169, 186, 188, 198, 226, 232, 237, 241, 253, 282, 287, 290, 301, 305, 314, 316, 317, 325, 338, 348, 349, 363, 369, 381, 385, 387, 413, 429, 441, 449, 465, 474, 482, 484, 488, 493, 495, 496, 506, 508, 509 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Pollack (2011) proved that the complementary sequence has asymptotic density 7/8. Therefore the asymptotic density of this sequence is 1/8.
LINKS
Paul Pollack, Values of the Euler and Carmichael functions which are sums of three squares, Integers, Vol. 11 (2011), pp. 145-161.
EXAMPLE
1 is not a term since phi(1) = 1 = 0^2 + 0^2 + 1^2 is the sum of 3 squares.
29 is a term since phi(29) = 28 is not the sum of 3 squares.
MATHEMATICA
Select[Range[500], SquaresR[3, EulerPhi[#]] == 0 &]
CROSSREFS
Sequence in context: A340669 A040812 A184081 * A333913 A164011 A048846
KEYWORD
nonn
AUTHOR
Amiram Eldar, Apr 09 2020
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 15 08:26 EDT 2024. Contains 372538 sequences. (Running on oeis4.)