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.

A017207 a(n) = (9*n + 3)^11.

Original entry on oeis.org

177147, 743008370688, 350277500542221, 17714700000000000, 317475837322472439, 3116402981210161152, 20635899893042801193, 103510234140112521216, 422351360321044921875, 1469170321634239709184, 4501035456767426597157, 12433743083946522728448, 31517572945366073781711
Offset: 0

Views

Author

Keywords

Crossrefs

Programs

  • Magma
    [(9*n+3)^11: n in [0..15]]; // Vincenzo Librandi, Jul 23 2011
  • Mathematica
    Table[(9*n + 3)^11, {n, 0, 15}] (* Amiram Eldar, Oct 03 2024 *)

Formula

From Amiram Eldar, Oct 03 2024: (Start)
a(n) = A017197(n)^11 = 3^11 * A016787(n).
Sum_{n>=0} 1/a(n) = 7388*Pi^11/(444826519957575*sqrt(3)) + 88573*zeta(11)/31381059609. (End)