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!)
A028170 Expansion of 1/((1-5x)(1-6x)(1-8x)(1-9x)). 1
1, 28, 495, 7070, 89201, 1038408, 11432275, 120872290, 1239829701, 12425000588, 122271240455, 1185943687110, 11369353359001, 107963322279568, 1017222704311035, 9522095291175530, 88651748959581101 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = 28*a(n-1) - 289*a(n-2) + 1302*a(n-3) - 2160*a(n-4). - Vincenzo Librandi, Feb 23 2012
a(n) = (9^(n+3) - 2*8^(n+3) + 2*6^(n+3) - 5^(n+3))/12. - Yahia Kahloune, Jun 03 2013
MATHEMATICA
CoefficientList[Series[1/((1-5x)(1-6x)(1-8x)(1-9x)), {x, 0, 20}], x] (* Vincenzo Librandi, Feb 23 2012 *)
PROG
(Magma) I:=[1, 28, 495, 7070]; [n le 4 select I[n] else 28*Self(n-1)-289*Self(n-2)+1302*Self(n-3)-2160*Self(n-4): n in [1..40]]; // Vincenzo Librandi, Feb 23 2012
CROSSREFS
Sequence in context: A263949 A240463 A140107 * A211677 A076172 A004336
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 March 28 18:04 EDT 2024. Contains 371254 sequences. (Running on oeis4.)