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.

A107248 a(n) = 4*a(n-2) - 4*a(n-4) + 25*a(n-6).

This page as a plain text file.
%I A107248 #23 Sep 08 2022 08:45:18
%S A107248 1,1,1,37,37,169,169,553,553,2461,2461,11857,11857,51409,51409,219733,
%T A107248 219733,969721,969721,4285177,4285177,18755149,18755149,82122913,
%U A107248 82122913,360600481,360600481,1582788997,1582788997,6941826889
%N A107248 a(n) = 4*a(n-2) - 4*a(n-4) + 25*a(n-6).
%H A107248 Vincenzo Librandi, <a href="/A107248/b107248.txt">Table of n, a(n) for n = 0..1000</a>
%H A107248 <a href="/index/Rec#order_06">Index entries for linear recurrences with constant coefficients</a>, signature (0, 4, 0, -4, 0, 25).
%F A107248 From _R. J. Mathar_, Jul 03 2009: (Start)
%F A107248 a(n) = 4*a(n-2) - 4*a(n-4) + 25*a(n-6).
%F A107248 G.f.: -(1+x-3*x^2+33*x^3+37*x^4+25*x^5)/((5*x^3-2*x^2+1)*(5*x^3+2*x^2-1)).
%F A107248 (End)
%t A107248 CoefficientList[Series[-(1 + x - 3 x^2 + 33 x^3 + 37 x^4 + 25 x^5)/((5 x^3 - 2 x^2 + 1) (5 x^3 + 2 x^2 - 1)), {x, 0, 29}], x] (* _Michael De Vlieger_, Feb 20 2018 *)
%t A107248 LinearRecurrence[{0, 4, 0, -4, 0, 25}, {1, 1, 1, 37, 37, 169}, 30] (* _Vincenzo Librandi_, Feb 21 2018 *)
%o A107248 (Magma) I:=[1,1,1,37,37,169]; [n le 6 select I[n] else 4*Self(n-2)-4*Self(n-4)+25*Self(n-6): n in [1..40]]; // _Vincenzo Librandi_, Feb 21 2018
%Y A107248 Cf. A007493.
%K A107248 nonn,easy,less
%O A107248 0,4
%A A107248 _Roger L. Bagula_, Jun 08 2005
%E A107248 Edited by _N. J. A. Sloane_, May 13 2006
%E A107248 New name using Mathar's recurrence from _Joerg Arndt_, Feb 20 2018