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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A145144 2nd column of A145142. 2
1, 3, 11, 50, 634, 6804, 71868, 789984, 11025936, 174509280, 2940903360, 51707242080, 987781034304, 20520063789120, 456583392034560, 10712403843563520, 265316096850923520, 6948996535924162560 (list; graph; refs; listen; history; text; internal format)
OFFSET

3,2

LINKS

Table of n, a(n) for n=3..20.

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, 2) *(n-1)!): seq (a(n), n=3..23);

CROSSREFS

Cf. A145153.

Sequence in context: A024335 A203009 A024336 * A199212 A113283 A127784

Adjacent sequences:  A145141 A145142 A145143 * A145145 A145146 A145147

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 00:13 EDT 2013. Contains 226356 sequences.