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.

A215756 Denominators of the continued fraction convergents of log_10(11).

Original entry on oeis.org

1, 24, 145, 459, 1063, 1522, 2585, 9277, 11862, 21139, 33001, 318148, 351149, 1371595, 1722744, 3094339, 4817083, 22362671, 27179754, 103901933, 131081687, 3643107482, 3774189169, 14965674989, 78602564114, 93568239103, 265739042320, 890785366063, 37678724416966, 339999305118757, 377678029535723
Offset: 0

Views

Author

V. Raman, Aug 23 2012

Keywords

Comments

11^a(n) gets increasingly close to 10^(numerator of convergent)

Crossrefs

Numerators are in A215760.

Programs

  • PARI
    {my(cf=contfrac(log(11)/log(10))); vector(#cf, i, contfracpnqn( cf[1..i])[2, 1])}

Extensions

Offset changed by Andrew Howroyd, Jul 09 2024