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!)
A163308 a(n) = 16*a(n-1) - 59*a(n-2) for n > 1; a(0) = 1, a(1) = 9. 3
1, 9, 85, 829, 8249, 83073, 842477, 8578325, 87547057, 894631737, 9148831429, 93598030381, 957787431785, 9802315116081, 100327583381981, 1026904742262917, 10511148456669793, 107590995513204585 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Binomial transform of A163307. Inverse binomial transform of A163309.
LINKS
FORMULA
a(n) = ((5+sqrt(5))*(8+sqrt(5))^n + (5-sqrt(5))*(8-sqrt(5))^n)/10.
G.f.: (1-7*x)/(1-16*x+59*x^2).
E.g.f.: (1/5)*exp(8*x)*(5*cosh(sqrt(5)*x) + sqrt(5)*sinh(sqrt(5)*x)). - G. C. Greubel, Dec 18 2016
MATHEMATICA
LinearRecurrence[{16, -59}, {1, 9}, 20] (* Harvey P. Dale, Dec 06 2013 *)
PROG
(Magma) [ n le 2 select 8*n-7 else 16*Self(n-1)-59*Self(n-2): n in [1..18] ];
(PARI) Vec((1-7*x)/(1-16*x+59*x^2) + O(x^50)) \\ G. C. Greubel, Dec 18 2016
CROSSREFS
Sequence in context: A339550 A228417 A015580 * A160112 A108427 A152106
KEYWORD
nonn
AUTHOR
Klaus Brockhaus, Jul 24 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 April 19 09:23 EDT 2024. Contains 371782 sequences. (Running on oeis4.)