The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A028145 Expansion of 1/((1-4x)(1-7x)(1-8x)(1-9x)). 1
1, 28, 497, 7148, 90993, 1070076, 11908849, 127304716, 1320106865, 13369686044, 132894679281, 1301200322604, 12584262543217, 120472024886332, 1143539682545393, 10777265023323212, 100956186031265649 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
From Vincenzo Librandi, Mar 17 2011: (Start)
a(n) = 28*a(n-1) - 287*a(n-2) + 1268*a(n-3) - 2016*a(n-4), n >= 4.
a(n) = 17*a(n-1) - 72*a(n-2) + (7^(n+1) - 4^(n+1)/3), n >= 2. (End)
a(n) = -2*8^(n+2) - 4^(n+2)/15 + 7^(n+3)/6 + 9^(n+3)/10. - R. J. Mathar, Mar 18 2011
MATHEMATICA
LinearRecurrence[{28, -287, 1268, -2016}, {1, 28, 497, 7148}, 30] (* Harvey P. Dale, Oct 17 2011 *)
PROG
(PARI) Vec(1/((1-4*x)*(1-7*x)*(1-8*x)*(1-9*x))+O(x^99)) \\ Charles R Greathouse IV, Sep 27 2012
CROSSREFS
Sequence in context: A046986 A330164 A323747 * A028167 A028136 A028090
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 June 6 16:59 EDT 2024. Contains 373133 sequences. (Running on oeis4.)