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.

A156276 Denominator of Euler(n, 1/10).

Original entry on oeis.org

1, 5, 100, 250, 10000, 25000, 1000000, 2500000, 100000000, 250000000, 10000000000, 25000000000, 1000000000000, 2500000000000, 100000000000000, 250000000000000, 10000000000000000, 25000000000000000
Offset: 0

Views

Author

N. J. A. Sloane, Nov 07 2009

Keywords

Comments

Conjecture: satisfies a linear recurrence having signature (0, 100). - Harvey P. Dale, Apr 17 2024

Crossrefs

For numerators see A156272.

Programs

  • Mathematica
    EulerE[Range[0,20],1/10]//Denominator (* Harvey P. Dale, Apr 17 2024 *)