cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A016930 a(n) = (6*n + 1)^10.

Original entry on oeis.org

1, 282475249, 137858491849, 6131066257801, 95367431640625, 819628286980801, 4808584372417849, 21611482313284249, 79792266297612001, 253295162119140625, 713342911662882601, 1822837804551761449, 4297625829703557649, 9468276082626847201, 19687440434072265625
Offset: 0

Views

Author

Keywords

Crossrefs

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)
a(n) = A016921(n)^10 = A016922(n)^5 = A016925(n)^2.
Sum_{n>=0} 1/a(n) = PolyGamma(9, 1/6)/21941965946880. (End)