cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A168579 G.f.: 1/(1-x-16*x^2).

Original entry on oeis.org

1, 1, 17, 33, 305, 833, 5713, 19041, 110449, 415105, 2182289, 8823969, 43740593, 184924097, 884773585, 3843559137, 17999936497, 79496882689, 367495866641, 1639445989665, 7519379855921, 33750515690561, 154060593385297
Offset: 0

Views

Author

Philippe Deléham, Nov 30 2009

Keywords

Comments

The ratio a(n+1)/a(n) converges to (1+sqrt(65))/2 as n approaches infinity. - Felix P. Muga II, Mar 12 2014

Programs

Formula

a(0)=a(1)=1, a(n) = a(n-1) + 16*a(n-2) for n>1.
a(n) = (1/sqrt(65))*( ((1+sqrt(65))/2)^(n+1) - ((1-sqrt(65))/2)^(n+1) ), for n >= 0 [Binet representation] - Felix P. Muga II, Mar 12 2014
E.g.f.: (1/sqrt(65))*exp(x/2)*( sinh((sqrt(65)/2)*x) + sqrt(65)*cosh((sqrt(65)/2) *x) ). - G. C. Greubel, Jul 26 2016