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.

A016955 a(n) = (6*n + 3)^11.

Original entry on oeis.org

177147, 31381059609, 8649755859375, 350277500542221, 5559060566555523, 50542106513726817, 317475837322472439, 1532278301220703125, 6071163615208263051, 20635899893042801193, 62050608388552823487, 168787390185178426269, 422351360321044921875, 984770902183611232881
Offset: 0

Views

Author

Keywords

Crossrefs

Programs

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

Formula

From Amiram Eldar, Mar 30 2022: (Start)
a(n) = A016945(n)^11.
a(n) = 3^11*A016763(n).
Sum_{n>=0} 1/a(n) = 2047*zeta(11)/362797056.
Sum_{n>=0} (-1)^n/a(n) = 50521*Pi^11/2633035913625600. (End)