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.

A083332 a(n) = 10*a(n-2) - 16*a(n-4) for n > 3, a(0) = 1, a(1) = 5, a(2) = 14, a(3) = 34.

This page as a plain text file.
%I A083332 #15 Nov 12 2018 07:39:54
%S A083332 1,5,14,34,124,260,1016,2056,8176,16400,65504,131104,524224,1048640,
%T A083332 4194176,8388736,33554176,67109120,268434944,536871424,2147482624,
%U A083332 4294968320,17179867136,34359740416,137438949376,274877911040
%N A083332 a(n) = 10*a(n-2) - 16*a(n-4) for n > 3, a(0) = 1, a(1) = 5, a(2) = 14, a(3) = 34.
%C A083332 a(n)/A083333(n) converges to 3.
%H A083332 <a href="/index/Rec#order_04">Index entries for linear recurrences with constant coefficients</a>, signature (0, 10, 0, -16).
%F A083332 G.f.: (1 + 5*x + 4*x^2 - 16*x^3)/(1 - 10*x^2 + 16*x^4).
%F A083332 a(n) = A016116(n)*A014551(n+1). - _R. J. Mathar_, Jul 08 2009
%F A083332 From _Franck Maminirina Ramaharo_, Nov 12 2018: (Start)
%F A083332 a(n) = sqrt(2)^(3*n - 1)*(1 + sqrt(2) + (-1)^n*(sqrt(2) - 1)) + sqrt(2)^(n - 3)*(1 - sqrt(2) - (-1)^n*(sqrt(2) + 1)).
%F A083332 E.g.f.: (sinh(sqrt(2)*x) + 2*sinh(2*sqrt(2)*x))/sqrt(2) - cosh(sqrt(2)*x) + 2*cosh(2*sqrt(2)*x). (End)
%t A083332 CoefficientList[Series[(1+5x+4x^2-16x^3)/(1-10x^2+16x^4), {x, 0, 30}], x]
%o A083332 (Maxima) (a[0] : 1, a[1] : 5, a[2] : 14, a[3] : 34, a[n] := 10*a[n - 2] - 16*a[n - 4], makelist(a[n], n, 0, 50));/* _Franck Maminirina Ramaharo_, Nov 12 2018 */
%Y A083332 Cf. A147590, A081342 (bisections). [_R. J. Mathar_, Jul 13 2009]
%Y A083332 Cf. A199710. [_Bruno Berselli_, Nov 11 2011]
%K A083332 nonn,easy
%O A083332 0,2
%A A083332 Mario Catalani (mario.catalani(AT)unito.it), Apr 24 2003