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.

A342355 Decimal expansion of 163/log(163).

Original entry on oeis.org

3, 1, 9, 9, 9, 9, 9, 8, 7, 3, 8, 4, 9, 0, 0, 8, 2, 6, 7, 5, 7, 5, 8, 3, 9, 3, 0, 2, 6, 5, 5, 6, 5, 4, 7, 9, 4, 1, 0, 9, 0, 6, 5, 1, 4, 9, 2, 0, 8, 2, 9, 3, 9, 6, 9, 6, 4, 0, 9, 9, 0, 9, 6, 6, 9, 6, 3, 1, 9, 5, 7, 6, 8, 4, 6, 6, 0, 8, 3, 2, 2, 1, 1, 7, 1, 2, 9, 5, 9, 5, 8, 9, 1, 8, 4, 9, 0
Offset: 2

Views

Author

Michal Paulovic, Mar 08 2021

Keywords

Comments

A near-integer close to 32.

Examples

			31.9999987384900826...
		

Crossrefs

Programs

  • MATLAB
    format long; 163 / log(163)
  • Maple
    Digits:=100; evalf(163/ln(163));
  • Mathematica
    RealDigits[163/Log[163], 10, 100][[1]]
  • PARI
    default(realprecision, 100); 163 / log(163)
    

Formula

Equals 163/log(163).