|
|
A168579
|
|
G.f.: 1/(1-x-16*x^2).
|
|
4
|
|
|
1, 1, 17, 33, 305, 833, 5713, 19041, 110449, 415105, 2182289, 8823969, 43740593, 184924097, 884773585, 3843559137, 17999936497, 79496882689, 367495866641, 1639445989665, 7519379855921, 33750515690561, 154060593385297
(list;
graph;
refs;
listen;
history;
text;
internal format)
|
|
|
OFFSET
|
0,3
|
|
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
|
|
LINKS
|
|
|
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
|
|
MATHEMATICA
|
CoefficientList[Series[1/(1 - x - 16 x^2), {x, 0, 40}], x] (* Vincenzo Librandi, Mar 14 2014 *)
LinearRecurrence[{1, 16}, {1, 1}, 30] (* Harvey P. Dale, Aug 14 2014 *)
|
|
PROG
|
|
|
CROSSREFS
|
|
|
KEYWORD
|
nonn,easy
|
|
AUTHOR
|
|
|
STATUS
|
approved
|
|
|
|