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!)
A020447 Expansion of 1/((1-5x)(1-8x)(1-11x)). 1
1, 24, 393, 5480, 70161, 853944, 10066393, 116192520, 1322205921, 14898923864, 166735197993, 1856912289960, 20608880226481, 228161663489784, 2521496249891193, 27830232878409800, 306882907287251841 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = 25*5^n/18 -64*8^n/9 +121*11^n/18. - R. J. Mathar, Jun 29 2013
a(0)=1, a(1)=24, a(2)=393; for n>2, a(n) = 24*a(n-1) -183*a(n-2) +440*a(n-3). - Vincenzo Librandi, Jul 03 2013
a(n) = 19*a(n-1) -88*a(n-2) +5^n. - Vincenzo Librandi, Jul 03 2013
MATHEMATICA
CoefficientList[Series[1 / ((1 - 5 x) (1 - 8 x) (1 - 11 x)), {x, 0, 20}], x] (* Vincenzo Librandi, Jul 03 2013 *)
LinearRecurrence[{24, -183, 440}, {1, 24, 393}, 30] (* Harvey P. Dale, Jun 20 2015 *)
PROG
(Magma) m:=20; R<x>:=PowerSeriesRing(Integers(), m); Coefficients(R!(1/((1-5*x)*(1-8*x)*(1-11*x)))); /* or */ I:=[1, 24, 393]; [n le 3 select I[n] else 24*Self(n-1)-183*Self(n-2)+440*Self(n-3): n in [1..20]]; // Vincenzo Librandi, Jul 03 2013
CROSSREFS
Sequence in context: A025947 A007752 A145602 * A021894 A021694 A019687
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 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)