A016930 a(n) = (6*n + 1)^10.
1, 282475249, 137858491849, 6131066257801, 95367431640625, 819628286980801, 4808584372417849, 21611482313284249, 79792266297612001, 253295162119140625, 713342911662882601, 1822837804551761449, 4297625829703557649, 9468276082626847201, 19687440434072265625
Offset: 0
Links
- Vincenzo Librandi, Table of n, a(n) for n = 0..1000
- Index entries for linear recurrences with constant coefficients, signature (11,-55,165,-330,462,-462,330,-165,55,-11,1).
Programs
-
Magma
[(6*n+1)^10: n in [0..25]]; // Vincenzo Librandi, May 04 2011
-
Mathematica
(6 Range[0, 15] + 1)^10 (* Wesley Ivan Hurt, Jan 15 2022 *) LinearRecurrence[{11,-55,165,-330,462,-462,330,-165,55,-11,1},{1,282475249,137858491849,6131066257801,95367431640625,819628286980801,4808584372417849,21611482313284249,79792266297612001,253295162119140625,713342911662882601},20] (* Harvey P. Dale, Sep 05 2023 *)
Formula
From Amiram Eldar, Mar 28 2022: (Start)
Sum_{n>=0} 1/a(n) = PolyGamma(9, 1/6)/21941965946880. (End)