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!)
A327764 Expansion of 1 / (1 - Sum_{i>=1, j>=1} x^(i*j*(j + 1)/2)). 0
1, 1, 2, 5, 10, 21, 47, 99, 211, 455, 973, 2081, 4464, 9558, 20466, 43848, 93914, 201140, 430844, 922818, 1976553, 4233613, 9067960, 19422576, 41601229, 89105550, 190854784, 408791400, 875589076, 1875421302, 4016959325, 8603912899, 18428694036, 39472363286 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
Invert transform of A007862.
LINKS
FORMULA
G.f.: 1 / (1 - Sum_{k>=1} x^(k*(k + 1)/2) / (1 - x^(k*(k + 1)/2))).
a(0) = 1; a(n) = Sum_{k=1..n} A007862(k) * a(n-k).
MATHEMATICA
nmax = 33; CoefficientList[Series[1/(1 - Sum[x^(k (k + 1)/2)/(1 - x^(k (k + 1)/2)), {k, 1, nmax}]), {x, 0, nmax}], x]
a[0] = 1; a[n_] := a[n] = Sum[Length[Select[Divisors[k], IntegerQ[Sqrt[8 # + 1]] &]] a[n - k], {k, 1, n}]; Table[a[n], {n, 0, 33}]
CROSSREFS
Sequence in context: A247594 A209469 A208275 * A192317 A361779 A360748
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Sep 24 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 May 14 17:50 EDT 2024. Contains 372533 sequences. (Running on oeis4.)