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!)
A051603 Expansion of square of g.f. for A051573. 2
1, 2, 3, 6, 11, 26, 58, 142, 351, 890, 2282, 5948, 15624, 41442, 110703, 297676, 804892, 2187490, 5971392, 16366734, 45021391, 124253828, 343956858, 954760502, 2656946827, 7411140120, 20716895918, 58027609028, 162837485745 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
MATHEMATICA
(* r = A000081 *) r[n_] := r[n] = If[n<2, n, Sum[DivisorSum[j, #*r[#]&] * r[n-j], {j, 1, n-1}]/(n-1)]; b[n_] := b[n] = -If[n<0, 1, Sum[b[n-i] * r[i+1], {i, 1, n+1}]]; B[n_] := Sum[b[i]*x^i, {i, 0, n}]; T[n_, k_] := Coefficient[B[n]^k, x, n-k]; a[n_] := T[n+2, 2]; Table[a[n], {n, 0, 30}] (* Jean-François Alcover, Mar 23 2017, after Alois P. Heinz *)
CROSSREFS
Sequence in context: A032256 A324765 A208602 * A094927 A024423 A115114
KEYWORD
nonn
AUTHOR
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 01:31 EDT 2024. Contains 372536 sequences. (Running on oeis4.)