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!)
A333046 a(1) = 1; a(n) = n * Sum_{d|n, d < n, gcd(d, n/d) = 1} a(d) / d. 0
1, 2, 3, 4, 5, 18, 7, 8, 9, 30, 11, 36, 13, 42, 45, 16, 17, 54, 19, 60, 63, 66, 23, 72, 25, 78, 27, 84, 29, 390, 31, 32, 99, 102, 105, 108, 37, 114, 117, 120, 41, 546, 43, 132, 135, 138, 47, 144, 49, 150, 153, 156, 53, 162, 165, 168, 171, 174, 59, 780, 61, 186, 189, 64, 195 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
a[1] = 1; a[n_] := a[n] = n Sum[If[GCD[d, n/d] == 1 && d < n, a[d]/d, 0], {d, Divisors[n]}]; Table[a[n], {n, 1, 65}]
CROSSREFS
Cf. A000961 (fixed points), A050369, A325446.
Sequence in context: A283653 A375638 A162657 * A305794 A317944 A145520
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Mar 06 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 August 28 01:15 EDT 2024. Contains 375477 sequences. (Running on oeis4.)