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!)
A110580 {a(4,n)}, where a(m,n) is as defined in sequence A110576. 5
1, 5, 16, 45, 132, 449, 1816, 8460, 43717, 244869, 1469094, 9375888, 63337464, 451011317, 3372983491, 26409145110, 215868629023, 1837579724641, 16254473067368, 149114870667176, 1416212525570460, 13902957827280263 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
MATHEMATICA
a[0, 0] := 1; a[0, 1] := 1; a[0, n_] := a[0, n] = Sum[Binomial[2*n - k - 3, n - 2]*a[0, k], {k, 0, n - 1}]; a[1, 0] := 1; a[1, n_] := a[1, n] = a[1, n - 1] + a[0, n]; a[2, 0] := 1; a[2, n_] := a[2, n] = a[2, n - 1] + a[1, n]; a[3, 0] := 1; a[3, n_] := a[3, n] = a[3, n - 1] + a[2, n]; a[4, 0] := 1; a[4, n_] := a[4, n] = a[4, n - 1] + a[3, n]; Table[a[4, n], {n, 0, 50}] (* G. C. Greubel, Sep 01 2017 *)
CROSSREFS
Sequence in context: A369803 A275126 A071101 * A351283 A055552 A086750
KEYWORD
easy,nonn
AUTHOR
Leroy Quet, Jul 28 2005
EXTENSIONS
More terms from Ryan Propper, Sep 25 2005
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 August 4 03:13 EDT 2024. Contains 374905 sequences. (Running on oeis4.)