OFFSET
0,1
LINKS
Harvey P. Dale, Table of n, a(n) for n = 0..1000
Index entries for linear recurrences with constant coefficients, signature (4,-6,4,-1).
FORMULA
From Amiram Eldar, Jul 14 2024: (Start)
a(n) = 64 * A016779(n).
Sum_{n>=0} 1/a(n) = Pi^3/(2592*sqrt(3)) + 13*zeta(3)/1728. (End)
MATHEMATICA
a[n_] := (12*n+4)^3; Array[a, 30, 0] (* Amiram Eldar, Jul 14 2024 *)
LinearRecurrence[{4, -6, 4, -1}, {64, 4096, 21952, 64000}, 30] (* Harvey P. Dale, Sep 06 2024 *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
EXTENSIONS
More terms from Amiram Eldar, Jul 14 2024
STATUS
approved