(Translated by https://www.hiragana.jp/)
A066900 -id:A066900 - OEIS
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!)
Search: a066900 -id:a066900
Displaying 1-1 of 1 result found. page 1
     Sort: relevance | references | number | modified | created      Format: long | short | data
A066899 a(n) = card({k : phi(k) == n (mod k)}). +10
1
1, 3, 1, 4, 2, 5, 1, 7, 2, 3, 2, 7, 2, 5, 2, 7, 2, 5, 2, 10, 2, 3, 3, 15, 2, 3, 2, 5, 3, 3, 1, 12, 4, 5, 2, 9, 2, 7, 2, 12, 3, 7, 2, 8, 4, 3, 2, 16, 2, 5, 3, 4, 4, 9, 2, 10, 2, 3, 4, 12, 2, 5, 2, 15, 3, 3, 2, 9, 5, 5, 2, 20, 2, 5, 3, 8, 3, 5, 2, 15, 2, 3, 5, 12, 2 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Note that k=1 is excluded from the count. - Michel Marcus, Feb 22 2021
LINKS
PROG
(PARI) a(n) = {my(v = invphi(n), m = if (#v, vecmax(v), n)); sum(i=2, m, Mod(eulerphi(i), i) == n); } \\ Michel Marcus, Feb 22 2021; needs invphi.gp
CROSSREFS
KEYWORD
nonn
AUTHOR
Benoit Cloitre, Jan 24 2002
EXTENSIONS
More terms from Michel Marcus, Feb 22 2021
STATUS
approved
page 1

Search completed in 0.005 seconds

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 24 18:59 EDT 2024. Contains 372781 sequences. (Running on oeis4.)