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

 

Logo

Annual appeal: Please make a donation to keep the OEIS running! Over 6000 articles have referenced us, often saying "we discovered this result with the help of the OEIS".

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A021614 Expansion of 1/((1-x)(1-3x)(1-7x)(1-11x)). 1
1, 22, 332, 4322, 52353, 609924, 6948544, 78112924, 871004585, 9663416906, 106874239836, 1179653481006, 13004446987897, 143246730136168, 1577098731557408, 17357778969071768, 191003419177941489 (list; graph; refs; listen; history; text; internal format)
OFFSET

0,2

LINKS

Vincenzo Librandi, Table of n, a(n) for n = 0..200

Index entries for linear recurrences with constant coefficients, signature (22,-152,362,-231).

FORMULA

a(0)=1, a(1)=22, a(2)=332, a(3)=4322; for n>3, a(n) = 22*a(n-1) -152*a(n-2) +362*a(n-3) -231*a(n-4). - Vincenzo Librandi, Jul 11 2013

MATHEMATICA

CoefficientList[Series[1 / ((1 - x) (1 - 3 x) (1 - 7 x) (1 - 11 x)), {x, 0, 20}], x] (* Vincenzo Librandi, Jul 11 2013 *)

PROG

(MAGMA) m:=25; R<x>:=PowerSeriesRing(Integers(), m); Coefficients(R!(1/((1-x)*(1-3*x)*(1-7*x)*(1-11*x)))); /* or */ I:=[1, 22, 332, 4322]; [n le 4 select I[n] else 22*Self(n-1)-152*Self(n-2)+362*Self(n-3)-231*Self(n-4): n in [1..25]]; // Vincenzo Librandi, Jul 11 2013

CROSSREFS

Sequence in context: A021644 A021834 A019671 * A258006 A019854 A025936

Adjacent sequences:  A021611 A021612 A021613 * A021615 A021616 A021617

KEYWORD

nonn,easy

AUTHOR

N. J. A. Sloane.

STATUS

approved

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

License Agreements, Terms of Use, Privacy Policy .

Last modified November 9 01:23 EST 2017. Contains 294414 sequences.