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.

A016952 a(n) = (6*n + 3)^8.

Original entry on oeis.org

6561, 43046721, 2562890625, 37822859361, 282429536481, 1406408618241, 5352009260481, 16815125390625, 45767944570401, 111429157112001, 248155780267521, 513798374428641, 1001129150390625, 1853020188851841, 3282116715437121, 5595818096650401, 9227446944279201
Offset: 0

Views

Author

Keywords

Crossrefs

Programs

  • Magma
    [(6*n+3)^8: n in [0..40]]; // Vincenzo Librandi, May 05 2011
  • Mathematica
    a[n_] := (6*n + 3)^8; Array[a, 50, 0] (* Amiram Eldar, Mar 30 2022 *)

Formula

From Amiram Eldar, Mar 30 2022: (Start)
a(n) = A016945(n)^8 = A016946(n)^4 = A016948(n)^2.
a(n) = 3^8*A016760(n).
Sum_{n>=0} 1/a(n) = 17*Pi^8/1058158080. (End)