login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A145145 3rd column of A145142. 2
1, 6, 35, 225, 2464, 29932, 375164, 4877100, 73016856, 1229669496, 22393143552, 430226343456, 8838633396384, 195021406776960, 4592633620285440, 114230969866103040, 2991995263667137536, 82505359191832358400 (list; graph; refs; listen; history; internal format)
OFFSET

4,2

MAPLE

row:= proc(n) option remember; local f, i, x; f:= unapply (simplify (sum ('cat (a||i) *x^i', 'i'=0..n-1) ), x); unapply (subs (solve ({seq(f(i+1)= coeftayl (x/ (1-x-x^4)/ (1-x)^i, x=0, n), i=0..n-1)}, {seq (cat (a||i), i=0..n-1)}), sum ('cat (a||i) *x^i', 'i'=0..n-1) ), x); end: a:= n-> `if` (n=0, 0, coeftayl (row(n)(x), x=0, 3) *(n-1)!): seq (a(n), n=4..25);

CROSSREFS

Cf. A145153.

Sequence in context: A117671 A000399 A081051 * A187443 A087631 A167579

Adjacent sequences:  A145142 A145143 A145144 * A145146 A145147 A145148

KEYWORD

nonn

AUTHOR

Alois P. Heinz (heinz(AT)hs-heilbronn.de), Oct 03 2008

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 10:07 EST 2012. Contains 205904 sequences.