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!)
A344370 Dirichlet g.f.: Product_{k>=2} (1 + k^(1-s)). 2
1, 2, 3, 4, 5, 12, 7, 16, 9, 20, 11, 36, 13, 28, 30, 32, 17, 54, 19, 60, 42, 44, 23, 120, 25, 52, 54, 84, 29, 150, 31, 96, 66, 68, 70, 180, 37, 76, 78, 200, 41, 210, 43, 132, 135, 92, 47, 336, 49, 150, 102, 156, 53, 270, 110, 280, 114, 116, 59, 540 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = n * A045778(n).
MATHEMATICA
T[m_, 1] := 1; T[1, n_] := 0; T[1, 1] := 1; T[0, n_] := 0; T[m_, n_] := T[m, n] = Total[T[# - 1, n/#] & /@ Select[Divisors[n], # <= m &]]; A045778[n_] := T[n, n]; Table[n A045778[n], {n, 60}]
CROSSREFS
Sequence in context: A227987 A261863 A327262 * A143482 A193679 A066574
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 May 15 12:24 EDT 2024. Contains 372540 sequences. (Running on oeis4.)