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!)
A351788 a(1) = 1; a(n) = a(n-1) + Sum_{d|n, 1 < d < n} a(n/d) * a(d). 2
1, 1, 1, 2, 2, 4, 4, 8, 9, 13, 13, 25, 25, 33, 37, 57, 57, 83, 83, 117, 125, 151, 151, 233, 237, 287, 305, 387, 387, 503, 503, 649, 675, 789, 805, 1073, 1073, 1239, 1289, 1607, 1607, 1955, 1955, 2309, 2419, 2721, 2721, 3465, 3481, 4007, 4121, 4795, 4795, 5643, 5695 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
LINKS
FORMULA
G.f.: ( x + Sum_{i>=2} Sum_{j>=2} a(i) * a(j) * x^(i*j) ) / (1 - x).
MATHEMATICA
a[1] = 1; a[n_] := a[n] = a[n - 1] + Sum[If[1 < d < n, a[n/d] a[d], 0], {d, Divisors[n]}]; Table[a[n], {n, 1, 55}]
CROSSREFS
Sequence in context: A222955 A217208 A287136 * A183565 A222708 A324843
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Feb 19 2022
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 17 19:53 EDT 2024. Contains 372607 sequences. (Running on oeis4.)