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!)
A028166 Expansion of 1/((1-5x)(1-6x)(1-7x)(1-9x)). 0
1, 27, 460, 6330, 76951, 863457, 9169210, 93598560, 928041301, 9002652087, 85889800360, 809002365990, 7544820424051, 69822238375917, 642271794705910, 5880216219628620, 53636500167577201, 487828126104034947 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = 27*a(n-1) - 2 69*a(n-2) + 1173*a(n-3) - 1890*a(n-4), n >= 4. - Vincenzo Librandi, Mar 19 2011
a(n) = 16*a(n-1) - 63*a(n-2) + 6^(n+1) - 5^(n+1), n >= 2. - Vincenzo Librandi, Mar 19 2011
a(n) = -7^(n+3)/4 + 2*6^(n+2) + 3*9^(n+2)/8 - 5^(n+3)/8. - R. J. Mathar, Mar 19 2011
MATHEMATICA
CoefficientList[Series[1/((1-5x)(1-6x)(1-7x)(1-9x)), {x, 0, 30}], x] (* or *)
LinearRecurrence[{27, -269, 1173, -1890}, {1, 27, 460, 6330}, 30] (* Harvey P. Dale, Apr 26 2011 *)
CROSSREFS
Sequence in context: A004326 A233022 A289902 * A028135 A028132 A028089
KEYWORD
nonn
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 23 06:04 EDT 2024. Contains 371906 sequences. (Running on oeis4.)