A350050 a(n) = (2*n^4 - 6*(-1)^n*n^2 - 2*n^2 + 3*(-1)^n - 3)/96.
0, 0, 0, 2, 4, 14, 24, 52, 80, 140, 200, 310, 420, 602, 784, 1064, 1344, 1752, 2160, 2730, 3300, 4070, 4840, 5852, 6864, 8164, 9464, 11102, 12740, 14770, 16800, 19280, 21760, 24752, 27744, 31314, 34884, 39102, 43320, 48260, 53200, 58940, 64680, 71302, 77924, 85514
Offset: 0
Links
- Winston de Greef, Table of n, a(n) for n = 0..10000
- Wikipedia, Characteristic polynomial
- Wikipedia, Exterior algebra
- Index entries for linear recurrences with constant coefficients, signature (2,2,-6,0,6,-2,-2,1).
Crossrefs
Programs
-
Mathematica
Table[(2*n^4-6*(-1)^n*n^2-2*n^2+3*(-1)^n-3)/96,{n,0,45}]
-
PARI
a(n) = (2*n^4 - 6*(-1)^n*n^2 - 2*n^2 + 3*(-1)^n - 3)/96 \\ Winston de Greef, Jan 28 2024
Formula
O.g.f.: 2*x^3*(1 + x^2)/((1 - x)^5*(1 + x)^3).
E.g.f.: (x*(x^3 + 6*x^2 + 3*x + 3)*cosh(x) + (x^4 + 6*x^3 + 9*x^2 - 3*x - 3)*sinh(x))/48.
a(n) = 2*a(n-1) + 2*a(n-2) - 6*a(n-3) + 6*a(n-5) - 2*a(n-6) - 2*a(n-7) + a(n-8) for n > 7.
a(n) = A338429(n-2)/2 for n > 2.
a(2*n-1) = 2*A006325(n).
a(2*n) = A112742(n).
Sum_{n>2} 1/a(n) = (45 - 2*Pi^2 - 4*sqrt(3)*Pi*tanh(sqrt(3)*Pi/2))/4 = 0.920755957767250147865...
Comments