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.

A016964 a(n) = (6*n + 4)^8.

Original entry on oeis.org

65536, 100000000, 4294967296, 54875873536, 377801998336, 1785793904896, 6553600000000, 20047612231936, 53459728531456, 128063081718016, 281474976710656, 576480100000000, 1113034787454976, 2044140858654976, 3596345248055296, 6095689385410816, 10000000000000000
Offset: 0

Views

Author

Keywords

Crossrefs

Programs

  • Magma
    [(6*n+4)^8: n in [0..20]]; // Vincenzo Librandi, May 07 2011
  • Mathematica
    (6*Range[0,20]+4)^8 (* or *) LinearRecurrence[{9,-36,84,-126,126,-84,36,-9,1},{65536,100000000,4294967296,54875873536,377801998336,1785793904896,6553600000000,20047612231936,53459728531456},20] (* Harvey P. Dale, Dec 26 2018 *)

Formula

From Amiram Eldar, Mar 31 2022: (Start)
a(n) = A016957(n)^8 = A016958(n)^4 = A016960(n)^2.
a(n) = 2^8*A016796(n).
Sum_{n>=0} 1/a(n) = PolyGamma(7, 2/3)/8465264640. (End)