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!)
A113252 Corresponds to m = 6 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, 92, 784, -3856, 33856, 96704, 73984, -418048, 59474944, -101917696, 443355136, 6249181184, 37406654464, -217868812288, 2345945595904, 4101714673664, 699056521216, 52661959000064, 3420344569298944, -8264891921072128, 41548867031793664 (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+108*x^2+1296*x^3)/((6*x+1)*(1-6*x)*(36*x^2+4*x+1)).
a(n) = -4*a(n-1) + 144*a(n-3) + 1296*a(n-4) for n>3. - Colin Barker, May 20 2019
PROG
(PARI) Vec(-(1 - 108*x^2 - 1296*x^3) / ((1 - 6*x)*(1 + 6*x)*(1 + 4*x + 36*x^2)) + O(x^25)) \\ Colin Barker, May 20 2019
CROSSREFS
Sequence in context: A129434 A248041 A209984 * A003737 A362511 A265238
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 April 28 15:29 EDT 2024. Contains 372088 sequences. (Running on oeis4.)