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!)
A019722 Expansion of 1/((1-4x)(1-9x)(1-12x)). 1
1, 25, 433, 6457, 89089, 1174537, 15047761, 189169369, 2347464097, 28866716329, 352675969009, 4288594179961, 51971489903425, 628233183645001, 7579976215410577, 91330317763703833, 1099299246068405473 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = 2*4^n/5 -3^(2n+3)/5 +12^n*6. - R. J. Mathar, Nov 11 2012
a(0)=1, a(1)=25, a(2)=433; for n>2, a(n) = 25*a(n-1) -192*a(n-2) +432*a(n-3). - Vincenzo Librandi, Jul 03 2013
a(n) = 21*a(n-1) -108*a(n-2) +4^n. - Vincenzo Librandi, Jul 03 2013
MATHEMATICA
CoefficientList[Series[1 / ((1 - 4 x) (1 - 9 x) (1 - 12 x)), {x, 0, 20}], x] (* Vincenzo Librandi, Jul 03 2013 *)
LinearRecurrence[{25, -192, 432}, {1, 25, 433}, 30] (* Harvey P. Dale, Oct 30 2013 *)
PROG
(Magma) m:=20; R<x>:=PowerSeriesRing(Integers(), m); Coefficients(R!(1/((1-4*x)*(1-9*x)*(1-12*x)))); /* or */ I:=[1, 25, 433]; [n le 3 select I[n] else 25*Self(n-1)-192*Self(n-2)+432*Self(n-3): n in [1..20]]; // Vincenzo Librandi, Jul 03 2013
CROSSREFS
Sequence in context: A203544 A021704 A019742 * A180800 A004346 A021324
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 05:49 EDT 2024. Contains 371964 sequences. (Running on oeis4.)