login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 


A200563
Expansion of -2*x*(1+4*x) / ((2*x-1)*(4*x^2+3*x+1)).
1
2, 6, -2, 30, 14, 30, 238, -66, 782, 990, 46, 8190, -178, 16926, 48238, -15810, 247694, 106590, 262318, 1932414, -555058, 6518430, 7830766, 765630, 67043342, -2865954, 143077678, 387537150, -124309426, 2044005150, 807673198, 2285861694, 15681525902, -4648416930
OFFSET
1,1
FORMULA
a(n) = -a(n-1) +2*a(n-2) +8*a(n-3).
a(n) = (6*4^n+r^(n+1)+(16/r)^(n+1))/(7*2^n), where r=-3-sqrt(-7). - Bruno Berselli, Dec 12 2011
MATHEMATICA
LinearRecurrence[{-1, 2, 8}, {2, 6, -2}, 34] (* Bruno Berselli, Dec 12 2011 *)
PROG
(Maxima) makelist(expand((6*4^n+(-3-sqrt(-7))^(n+1)+(-3+sqrt(-7))^(n+1))/(7*2^n)), n, 1, 34); /* Bruno Berselli, Dec 12 2011 */
(Magma) I:=[2, 6, -2]; [n le 3 select I[n] else -Self(n-1)+2*Self(n-2)+8*Self(n-3): n in [1..40]]; // Vincenzo Librandi, Jul 12 2012
CROSSREFS
Sequence in context: A346093 A345284 A375250 * A284577 A122018 A363395
KEYWORD
sign,easy
AUTHOR
EXTENSIONS
Definition from R. J. Mathar, Nov 19 2011
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | 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 September 20 04:14 EDT 2024. Contains 376016 sequences. (Running on oeis4.)