OFFSET
0,1
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..1000
Index entries for linear recurrences with constant coefficients, signature (10,-45,120,-210,252,-210,120,-45,10,-1).
FORMULA
From Amiram Eldar, Apr 01 2022: (Start)
Sum_{n>=0} 1/a(n) = 5028751*zeta(9)/10077696 - 15371*Pi^9/(529079040*sqrt(3)). (End)
MATHEMATICA
(6*Range[0, 15] + 5)^9 (* Paolo Xausa, Dec 10 2025 *)
LinearRecurrence[{10, -45, 120, -210, 252, -210, 120, -45, 10, -1}, {1953125, 2357947691, 118587876497, 1801152661463, 14507145975869, 78815638671875, 327381934393961, 1119130473102767, 3299763591802133, 8662995818654939}, 20] (* Harvey P. Dale, Feb 01 2026 *)
PROG
(Magma) [(6*n+5)^9: n in [0..35]]; // Vincenzo Librandi, May 13 2011
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved
