Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
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!)
A344368 Dirichlet g.f.: Product_{k>=2} 1 / (1 - k^(1-s)). 2
1, 2, 3, 8, 5, 12, 7, 24, 18, 20, 11, 48, 13, 28, 30, 80, 17, 72, 19, 80, 42, 44, 23, 168, 50, 52, 81, 112, 29, 150, 31, 224, 66, 68, 70, 324, 37, 76, 78, 280, 41, 210, 43, 176, 180, 92, 47, 576, 98, 200, 102, 208, 53, 378, 110, 392, 114, 116, 59, 660 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = n * A001055(n).
a(1) = 1; a(n) = -Sum_{d|n, d < n} A224892(n/d) * a(d).
MATHEMATICA
T[_, 1] = T[1, _] = 1; T[n_, m_] := T[n, m] = DivisorSum[n, Boole[1 < # <= m] T[n/#, #] &]; A001055[n_] := T[n, n]; Table[n A001055[n], {n, 60}]
CROSSREFS
Sequence in context: A162775 A363501 A066959 * A342768 A340514 A086471
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, May 16 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 August 18 19:26 EDT 2024. Contains 375273 sequences. (Running on oeis4.)