OFFSET
0,2
REFERENCES
L. B. W. Jolley, Summation of Series, Dover, 1961.
Konrad Knopp, Theory and application of infinite series, Blackie & Son Limited, London and Glasgow, 1954. See exercise 107 at page 268.
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..10000
Konrad Knopp, Theorie und Anwendung der unendlichen Reihen, Berlin, J. Springer, 1922. (Original german edition of "Theory and Application of Infinite Series")
Index entries for linear recurrences with constant coefficients, signature (5,-10,10,-5,1).
FORMULA
Sum_{n>=1} 1/a(n) = log(2)/4 - Pi/24 = 0.0423871012404116... [Jolley eq. 242] - Benoit Cloitre, Apr 05 2002
G.f.: -24*x*(1 + 65*x + 155*x^2 + 35*x^3)/(x-1)^5. - R. J. Mathar, Oct 03 2011
Sum_{n>=1} (-1)^(n+1)/a(n) = log(sqrt(2)-1)/(6*sqrt(2)) - log(2)/24 + (1/(6*sqrt(2)) - 1/16)*Pi. - Amiram Eldar, Mar 08 2022
From Elmo R. Oliveira, Sep 07 2025: (Start)
E.g.f.: 8*x*(3 + 102*x + 144*x^2 + 32*x^3)*exp(x).
a(n) = 5*a(n-1) - 10*a(n-2) + 10*a(n-3) - 5*a(n-4) + a(n-5). (End)
MATHEMATICA
a[n_] := 4*n*(4*n-1)*(4*n-2)*(4*n-3); Array[a, 40, 0] (* Amiram Eldar, Mar 08 2022 *)
PROG
(Magma) [4*n*(4*n-1)*(4*n-2)*(4*n-3): n in [0..30]]; // Vincenzo Librandi, Oct 04 2011
CROSSREFS
KEYWORD
easy,nonn
AUTHOR
Henry Bottomley, May 19 2000
STATUS
approved
