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!)
A163307 a(n) = 14*a(n-1) - 44*a(n-2) for n > 1; a(0) = 1, a(1) = 8. 3
1, 8, 68, 600, 5408, 49312, 452416, 4164096, 38391040, 354254336, 3270354944, 30197778432, 278873280512, 2575523676160, 23786907123712, 219693657980928, 2029087298289664, 18740701224894464, 173089976023777280 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Binomial transform of A163306. Inverse binomial transform of A163308.
LINKS
FORMULA
a(n) = ((5+sqrt(5))*(7+sqrt(5))^n + (5-sqrt(5))*(7-sqrt(5))^n)/10.
G.f.: (1-6*x)/(1-14*x+44*x^2).
E.g.f.: (1/5)*exp(7*x)*(5*cosh(sqrt(5)*x) + sqrt(5)*sinh(sqrt(5)*x)). - G. C. Greubel, Dec 18 2016
MATHEMATICA
LinearRecurrence[{14, -44}, {1, 8}, 50] (* G. C. Greubel, Dec 18 2016 *)
PROG
(Magma) [ n le 2 select 7*n-6 else 14*Self(n-1)-44*Self(n-2): n in [1..19] ];
(PARI) Vec((1-6*x)/(1-14*x+44*x^2) + O(x^50)) \\ G. C. Greubel, Dec 18 2016
CROSSREFS
Sequence in context: A249390 A190510 A282563 * A281337 A152105 A068766
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 24 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)