OFFSET
0,1
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..10000
Index entries for linear recurrences with constant coefficients, signature (7,-21,35,-35,21,-7,1).
FORMULA
G.f.: -4096*(1 + 722*x + 10543*x^2 + 23548*x^3 + 10543*x^4 + 722*x^5 + x^6)/(x-1)^7. - R. J. Mathar, May 08 2015
From Amiram Eldar, Apr 25 2023: (Start)
a(n) = A017113(n)^6.
Sum_{n>=0} 1/a(n) = Pi^6/3932160. (End)
MATHEMATICA
(8*Range[0, 30]+4)^6 (* or *) LinearRecurrence[{7, -21, 35, -35, 21, -7, 1}, {4096, 2985984, 64000000, 481890304, 2176782336, 7256313856, 19770609664}, 30] (* Harvey P. Dale, Jan 07 2016 *)
PROG
(Magma) [(8*n+4)^6: n in [0..20] ]; // Vincenzo Librandi, Jul 21 2011
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved