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.

A016796 a(n) = (3*n + 2)^8.

Original entry on oeis.org

256, 390625, 16777216, 214358881, 1475789056, 6975757441, 25600000000, 78310985281, 208827064576, 500246412961, 1099511627776, 2251875390625, 4347792138496, 7984925229121, 14048223625216, 23811286661761, 39062500000000, 62259690411361, 96717311574016, 146830437604321
Offset: 0

Views

Author

Keywords

Crossrefs

Programs

  • Mathematica
    (3 Range[0, 20] + 2)^8 (* Harvey P. Dale, Jan 24 2011 *)

Formula

From Amiram Eldar, Mar 31 2022: (Start)
a(n) = A016789(n)^6 = A016790(n)^3 = A016791(n)^2.
Sum_{n>=0} 1/a(n) = PolyGamma(7, 2/3)/33067440. (End)