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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A021364 Expansion of 1/((1-x)(1-3x)(1-4x)(1-7x)). 0
1, 15, 150, 1270, 9891, 73605, 533800, 3814140, 27018981, 190442395, 1338423450, 9390536610, 65820843271, 461096642385, 3229086629100, 22609268456680, 158287591978761, 1108104188689575, 7757094081310750 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

FORMULA

a(0)=1, a(1)=15, a(2)=150, a(3)=1270, a(n)=15*a(n-1)-75*a(n-2)+ 145*a(n-3)-84*a(n-4) [From Harvey P. Dale, June 09 2011]

MATHEMATICA

CoefficientList[Series[1/((1-x)(1-3x)(1-4x)(1-7x)), {x, 0, 20}], x] (* or *) LinearRecurrence[{15, -75, 145, -84}, {1, 15, 150, 1270}, 20] (* From Harvey P. Dale, June 09 2011 *)

CROSSREFS

Sequence in context: A085375 A081135 A084902 * A206366 A016103 A206361

Adjacent sequences:  A021361 A021362 A021363 * A021365 A021366 A021367

KEYWORD

nonn

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com).

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 14 13:08 EST 2012. Contains 205623 sequences.