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.

A158808 Denominator of Bernoulli(n, 1/9).

Original entry on oeis.org

1, 18, 162, 729, 65610, 59049, 7440174, 4782969, 430467210, 387420489, 76709256822, 31381059609, 257010878197710, 2541865828329, 45753584909922, 205891132094649, 315013432104812970, 16677181699666569
Offset: 0

Views

Author

N. J. A. Sloane, Nov 08 2009

Keywords

Crossrefs

For numerators see A158807.

Programs

  • Mathematica
    Table[Denominator[BernoulliB[n, 1/9]], {n, 0, 50}] (* Vincenzo Librandi, Mar 19 2014 *)