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!)
A117638 Numbers k for which the digital root of phi(k) divides k. 1
1, 2, 4, 6, 8, 11, 12, 16, 18, 21, 22, 24, 27, 29, 36, 42, 44, 47, 50, 54, 58, 63, 66, 72, 78, 80, 81, 83, 84, 85, 88, 90, 94, 100, 101, 105, 108, 116, 117, 120, 125, 126, 128, 129, 132, 135, 136, 137, 144, 147, 156, 160, 162, 166, 168, 170, 171, 173, 174, 176, 180 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
105 is in the sequence because phi(105) = 48 and the digital root of 48 (3) divides 105.
MATHEMATICA
Select[Range[180], Divisible[#, Mod[EulerPhi[#] - 1, 9] + 1] &] (* Amiram Eldar, Feb 06 2021 *)
CROSSREFS
Sequence in context: A187348 A081499 A342527 * A128403 A205556 A051244
KEYWORD
nonn,base
AUTHOR
Luc Stevens (lms022(AT)yahoo.com), Apr 09 2006
EXTENSIONS
Offset corrected by Amiram Eldar, Feb 06 2021
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 24 10:11 EDT 2024. Contains 371935 sequences. (Running on oeis4.)