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!)
A168305 The fourth left hand column of triangle A167580. 5
-15, -48, 2024, 31616, 274480, 1784320, 9645312, 45735936, 196441344, 780595200, 2912532480, 10315202560, 34963222528, 114140905472, 360716042240, 1108051230720, 3319564664832, 9726122262528, 27935264735232, 78810426900480, 218761889054720, 598349308755968 (list; graph; refs; listen; history; text; internal format)
OFFSET
4,1
LINKS
Index entries for linear recurrences with constant coefficients, signature (16, -112, 448, -1120, 1792, -1792, 1024, -256).
FORMULA
a(n) = 2^n*(54*n^7 - 763*n^6 + 4158*n^5 - 11305*n^4 + 16401*n^3 - 12502*n^2 + 4587*n - 630)/10080.
G.f.: (16*z^4 + 576*z^3 + 1112*z^2 + 192*z - 15)/(2*z-1)^8.
a(n) = 16*a(n-1) - 112*a(n-2) + 448*a(n-3) - 1120*a(n-4) + 1792*a(n-5) - 1792*a(n-6) + 1024*a(n-7) - 256*a(n-8).
a(n) - 15*a(n-1) + 98*a(n-2) - 364*a(n-3) + 840*a(n-4) - 1232*a(n-5) + 1120*a(n-6) - 576*a(n-7) + 128*a(n-8) = 27*2^(n-1).
MATHEMATICA
LinearRecurrence[{16, -112, 448, -1120, 1792, -1792, 1024, -256}, {-15, -48, 2024, 31616, 274480, 1784320, 9645312, 45735936}, 997] (* G. C. Greubel, Jul 17 2016 *)
PROG
(Magma) [2^n*(54*n^7-763*n^6+4158*n^5-11305*n^4+16401*n^3- 12502*n^2+4587*n-630)/10080: n in [4..40]]; // Vincenzo Librandi, Jul 18 2016
CROSSREFS
Equals the fourth left hand column of triangle A167580.
Other left hand columns are A014480, A167581, A167582 and A168306.
Sequence in context: A065906 A370912 A154060 * A208155 A228219 A272039
KEYWORD
easy,sign
AUTHOR
Johannes W. Meijer, Nov 23 2009
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 May 31 20:13 EDT 2024. Contains 373003 sequences. (Running on oeis4.)