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!)
A067544 Numbers k such that phi(k*(k+1)*(k+2)/6)/phi(k*(k+1)/2) is not an integer where phi(k) = A000010(k) is the Euler totient function. 1
8, 9, 18, 27, 44, 45, 53, 62, 80, 81, 90, 98, 99, 108, 116, 126, 134, 135, 143, 162, 171, 189, 198, 224, 225, 233, 234, 251, 260, 261, 270, 279, 287, 288, 296, 315, 332, 350, 351, 387, 413, 422, 423, 441, 449, 450, 458, 459, 468, 476, 477, 503, 504, 512, 522 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Often a(k) == 0 (mod 3) and if a(k+1) - a(k) = 1 then a(k+1) == 0 (mod 3).
LINKS
MATHEMATICA
Select[Range[500], ! Divisible[EulerPhi[#*(# + 1)*(# + 2)/6], EulerPhi[#*(# + 1)/2]] &] (* Amiram Eldar, Jul 17 2022 *)
CROSSREFS
Sequence in context: A159836 A230542 A069809 * A022313 A120311 A061414
KEYWORD
nonn
AUTHOR
Benoit Cloitre, Jan 28 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 28 22:13 EDT 2024. Contains 372921 sequences. (Running on oeis4.)