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.

A227093 Decimal expansion of 1/9899.

Original entry on oeis.org

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

Views

Author

Roland Kneer, Jul 01 2013

Keywords

Comments

Group the terms 2 by 2 to get the first 11 Fibonacci numbers (A000045): 00 01 01 02 03 05 08 13 21 34 55 (89, 144, 233, ...).

Examples

			0.00010102030508132134559046368320032326497626022830588...
		

Crossrefs

Programs

  • Maple
    Digits := 140; evalf(1/9899);
  • Mathematica
    First[RealDigits[1/9899, 10, 100, -1]] (* Paolo Xausa, Jun 16 2024 *)

Formula

Equals Sum_{i>=0} Fibonacci(i)/100^(i+1).