The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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
-1, 4, 284, 8464, -42256, 322624, 4935104, 47997184, -485499136, 7142278144, 39980801024, 125848981504, -2501476028416, 97421005963264, 60463578988544, 16045087719424, 13889461750267904, 942837644226985984, -3160296751934734336, 18357422585040338944 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Conjecture: a(m, 2*n+1) is a perfect square for all m,n (see A113249).
LINKS
FORMULA
G.f.: (-1+300*x^2+10000*x^3) / ((10*x+1)*(1-10*x)*(100*x^2+4*x+1)).
a(n) = -4*a(n-1) + 400*a(n-3) + 10000*a(n-4) for n > 3. - Colin Barker, May 20 2019
PROG
(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
CROSSREFS
Sequence in context: A190635 A202031 A074309 * A259495 A090088 A253233
KEYWORD
easy,sign
AUTHOR
Creighton Dement, Nov 18 2005
STATUS
approved

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 June 5 19:33 EDT 2024. Contains 373110 sequences. (Running on oeis4.)