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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A145149 7th column of A145142. 3
1, 28, 546, 9450, 165693, 3065238, 59919431, 1226978753, 26377959608, 598190993400, 14328713682920, 361513209493800, 9581318478006976, 266382420824204560, 7761376103890530800, 236610865058490439440 (list; graph; refs; listen; history; text; internal format)
OFFSET

8,2

LINKS

Table of n, a(n) for n=8..23.

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

CROSSREFS

Cf. A145153.

Sequence in context: A092708 A163198 A001234 * A062142 A107397 A053110

Adjacent sequences:  A145146 A145147 A145148 * A145150 A145151 A145152

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 18 03:02 EDT 2013. Contains 226328 sequences.