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!)
A069170 Values of phi(k)*Sum_{d|k} 1/phi(d) for nonprimes k. 4
1, 5, 6, 11, 10, 10, 15, 14, 15, 23, 20, 25, 21, 22, 33, 26, 26, 31, 35, 30, 47, 33, 34, 35, 50, 38, 39, 55, 42, 55, 50, 46, 69, 50, 52, 51, 65, 62, 55, 77, 57, 58, 75, 62, 70, 95, 65, 66, 85, 69, 70, 110, 74, 78, 95, 77, 78, 115, 94, 82, 105, 85, 86, 87, 121, 100, 91, 115 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = A069208(A018252(n)). - Amiram Eldar, Apr 29 2022
MATHEMATICA
f[p_, e_] := (p^(e + 1) - p^e + p^(e - 1) - 1)/(p - 1); s[1] = 1; s[n_] := Times @@ f @@@ FactorInteger[n]; s /@ Select[Range[100], !PrimeQ[#] &] (* Amiram Eldar, Apr 29 2022 *)
CROSSREFS
Sequence in context: A119102 A162015 A162017 * A305293 A287265 A120517
KEYWORD
easy,nonn
AUTHOR
Benoit Cloitre, Apr 09 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 August 19 20:56 EDT 2024. Contains 375310 sequences. (Running on oeis4.)