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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A145146 4th column of A145142. 2
1, 10, 85, 735, 8449, 112644, 1605680, 23932700, 391910596, 7073468688, 138120962616, 2862132655200, 62993944853904, 1476042415885824, 36728281476425088, 964322664638298624, 26615080195964032896 (list; graph; refs; listen; history; text; internal format)
OFFSET

5,2

LINKS

Table of n, a(n) for n=5..21.

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, 4) *(n-1)!): seq (a(n), n=5..25);

CROSSREFS

Cf. A145153.

Sequence in context: A144639 A038235 A000454 * A184122 A163412 A218894

Adjacent sequences:  A145143 A145144 A145145 * A145147 A145148 A145149

KEYWORD

nonn

AUTHOR

Alois P. Heinz, Oct 03 2008

STATUS

approved

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 June 19 11:28 EDT 2013. Contains 226404 sequences.