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!)
A035114 Values of phi(n) corresponding to A035113. 4
1, 2, 2, 4, 4, 4, 6, 6, 8, 8, 8, 8, 10, 12, 12, 12, 12, 16, 16, 16, 16, 16, 18, 18, 20, 20, 20, 22, 24, 24, 24, 24, 24, 24, 24, 28, 30, 32, 32, 32, 32, 32, 32, 36, 36, 36, 36, 36, 40, 40, 40, 40, 40, 40, 42, 42, 44, 44, 46, 48, 48, 48, 48, 48, 48, 48, 48, 48 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
L. C. Washington, The Main Conjecture and Annihilation of Class Groups, In: Introduction to Cyclotomic Fields, Graduate Texts in Mathematics, vol 83 (1997) Springer, New York, NY.
FORMULA
a(n) = A000010(A035113(n)). - Michel Marcus, Feb 07 2022
EXAMPLE
phi(1)=1, phi(3)=2, phi(4)=2, phi(5)=4, ...
PROG
(Python) from sympy import totient as A000010
def lov(n): return sorted([[A000010(n), n] for n in range(1, n) if n%4 != 2])
print([x[0] for x in lov(200)][:100]) # Dumitru Damian, Feb 03 2022
CROSSREFS
Sequence in context: A279891 A110870 A206224 * A202103 A333787 A062570
KEYWORD
nonn,easy
AUTHOR
EXTENSIONS
More terms from James A. Sellers
a(43) onward corrected by Sean A. Irvine, Sep 26 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 April 27 07:58 EDT 2024. Contains 372009 sequences. (Running on oeis4.)