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!)
A113256 Corresponds to m = 10 in a family of 4th-order linear recurrence sequences given by a(m,n) = m^4*a(n-4) + (2*m)^2*a(n-3) - 4*a(m-1), a(m,0) = -1, a(m,1) = 4, a(m,2) = -13 + 6*(m-1) + 3*(m-1)^2, a(m,3) = (-8+m^2)^2. 8

%I #10 Aug 12 2023 23:00:58

%S -1,4,284,8464,-42256,322624,4935104,47997184,-485499136,7142278144,

%T 39980801024,125848981504,-2501476028416,97421005963264,

%U 60463578988544,16045087719424,13889461750267904,942837644226985984,-3160296751934734336,18357422585040338944

%N Corresponds to m = 10 in a family of 4th-order linear recurrence sequences given by a(m,n) = m^4*a(n-4) + (2*m)^2*a(n-3) - 4*a(m-1), a(m,0) = -1, a(m,1) = 4, a(m,2) = -13 + 6*(m-1) + 3*(m-1)^2, a(m,3) = (-8+m^2)^2.

%C Conjecture: a(m, 2*n+1) is a perfect square for all m,n (see A113249).

%H Colin Barker, <a href="/A113256/b113256.txt">Table of n, a(n) for n = 0..900</a>

%H <a href="/index/Rec#order_04">Index entries for linear recurrences with constant coefficients</a>, signature (-4,0,400,10000).

%F G.f.: (-1+300*x^2+10000*x^3) / ((10*x+1)*(1-10*x)*(100*x^2+4*x+1)).

%F a(n) = -4*a(n-1) + 400*a(n-3) + 10000*a(n-4) for n > 3. - _Colin Barker_, May 20 2019

%o (PARI) Vec(-(1 - 300*x^2 - 10000*x^3) / ((1 - 10*x)*(1 + 10*x)*(1 + 4*x + 100*x^2)) + O(x^20)) \\ _Colin Barker_, May 20 2019

%Y Cf. A000302, A097948, A056450, A113249, A113250, A113251, A113252, A113253, A113254, A113255.

%K easy,sign

%O 0,2

%A _Creighton Dement_, Nov 18 2005

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 19 16:52 EDT 2024. Contains 371794 sequences. (Running on oeis4.)