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!)
A307607 a(n) = 1 + Sum_{d|n, d > 1} d^2*a(n/d). 3
1, 5, 10, 37, 26, 122, 50, 293, 172, 330, 122, 1306, 170, 642, 710, 2341, 290, 2876, 362, 3562, 1382, 1578, 530, 13082, 1276, 2202, 3088, 6946, 842, 12822, 962, 18725, 3398, 3762, 3750, 37756, 1370, 4698, 4742, 35818, 1682, 25014, 1850, 17098, 17072, 6882 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
L.g.f.: -log(Product_{k>=1} (1 - x^k)^(k*A074206(k))) = Sum_{n>=1} a(n)*x^n/n.
MATHEMATICA
a[n_] := a[n] = 1 + DivisorSum[n, #^2 a[n/#] &, # > 1 &]; Table[a[n], {n, 1, 46}]
PROG
(PARI) a(n) = 1 + sumdiv(n, d, if (d>1, d^2*a(n/d))); \\ Michel Marcus, Apr 20 2019
CROSSREFS
Sequence in context: A032772 A326232 A189732 * A174933 A270219 A270276
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Apr 18 2019
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 23 16:40 EDT 2024. Contains 371916 sequences. (Running on oeis4.)