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!)
A163148 a(n) = 16*a(n-1) - 59*a(n-2) for n > 1; a(0) = 1, a(1) = 13. 1
1, 13, 149, 1617, 17081, 177893, 1838509, 18920457, 194255281, 1991777533, 20407378949, 209003188737, 2140015661801, 21909062453333, 224284075207069, 2295910518566457, 23501807859846241, 240570205162118893 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Binomial transform of A163147.
LINKS
FORMULA
a(n) = ((1+sqrt(5))*(8+sqrt(5))^n+(1-sqrt(5))*(8-sqrt(5))^n)/2.
G.f.: (1-3*x)/(1-16*x+59*x^2).
PROG
(Magma) [ n le 2 select 12*n-11 else 16*Self(n-1)-59*Self(n-2): n in [1..18] ];
(PARI) Vec((1-3*x)/(1-16*x+59*x^2) + O(x^30)) \\ Jinyuan Wang, Mar 23 2020
CROSSREFS
Cf. A163147.
Sequence in context: A127747 A090667 A125448 * A355414 A345217 A185405
KEYWORD
nonn
AUTHOR
Klaus Brockhaus, Jul 21 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 25 14:08 EDT 2024. Contains 371989 sequences. (Running on oeis4.)