login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A021994 G.f.: 1/((1-x)(1-4x)(1-10x)(1-12x)). 1
1, 27, 495, 7735, 111111, 1517607, 20059495, 259217895, 3295741671, 41400518887, 515323813095, 6369067214055, 78280643507431, 957886180955367, 11679819118040295, 142009680313898215, 1722634678467548391 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = (27*12^(n+3) - 44*10^(n+3) + 33*4^(n+3) - 16)/4752. [Yahia Kahloune, Jun 27 2013]
a(0)=1, a(1)=27, a(2)=495, a(3)=7735; for n>3, a(n) = 27*a(n-1) -234*a(n-2) +688*a(n-3) -480*a(n-4). - Vincenzo Librandi, Jul 12 2013
MATHEMATICA
CoefficientList[Series[1 / ((1 - x) (1 - 4 x) (1 - 10 x) (1 - 12 x)), {x, 0, 20}], x] (* Vincenzo Librandi, Jul 12 2013 *)
PROG
(Magma) I:=[1, 27, 495, 7735]; [n le 4 select I[n] else 27*Self(n-1)-234*Self(n-2)+688*Self(n-3)-480*Self(n-4): n in [1..25]]; /* or */ m:=25; R<x>:=PowerSeriesRing(Integers(), m); Coefficients(R!(1/((1-x)*(1-4*x)*(1-10*x)*(1-12*x)))); // Vincenzo Librandi, Jul 12 2013
CROSSREFS
Sequence in context: A020969 A025956 A020724 * A020568 A021734 A019752
KEYWORD
nonn,easy
AUTHOR
STATUS
approved

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

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 11:39 EDT 2024. Contains 371969 sequences. (Running on oeis4.)