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.

A016845 a(n) = (4n+3)^9.

Original entry on oeis.org

19683, 40353607, 2357947691, 38443359375, 322687697779, 1801152661463, 7625597484987, 26439622160671, 78815638671875, 208728361158759, 502592611936843, 1119130473102767, 2334165173090451, 4605366583984375, 8662995818654939, 15633814156853823, 27206534396294947
Offset: 0

Views

Author

Keywords

Crossrefs

Programs

  • Mathematica
    Table[(4*n + 3)^9, {n, 0, 20}] (* Amiram Eldar, Apr 24 2023 *)

Formula

From Amiram Eldar, Apr 24 2023: (Start)
a(n) = A004767(n)^9.
Sum_{n>=0} 1/a(n) = 511*zeta(9)/1024 - 277*Pi^9/16515072. (End)