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.

Showing 1-2 of 2 results.

A297785 Decimal expansion of 4099200041/9999^3.

Original entry on oeis.org

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

Views

Author

Seiichi Manyama, Jan 05 2018

Keywords

Examples

			0.0041004300470053006100710083009701130131015101730197...
		

Crossrefs

Programs

  • Mathematica
    First[RealDigits[4099200041/9999^3, 10, 100, -1]] (* Paolo Xausa, Jun 16 2024 *)

Formula

Sum_{k>=0} 10^(-4*k-4)*A202018(k) = 4099200041/9999^3.

A297786 Decimal expansion of 10980011/999^3.

Original entry on oeis.org

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

Views

Author

Seiichi Manyama, Jan 06 2018

Keywords

Examples

			0.011013017023031041053067083101121...
		

Crossrefs

Programs

  • Mathematica
    Join[{0},RealDigits[10980011/999^3,10,120][[1]]] (* Harvey P. Dale, Aug 20 2021 *)

Formula

Sum_{k>=0} 10^(-3*k-3)*A048058(k) = 10980011/999^3.
Showing 1-2 of 2 results.