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.

A021388 Decimal expansion of 1/384.

Original entry on oeis.org

0, 0, 2, 6, 0, 4, 1, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6
Offset: 0

Views

Author

Keywords

Examples

			0.0026041666666666666666666666666...
		

Crossrefs

Cf. A021100 (1/96), A021196 (1/192).

Programs

  • Mathematica
    Join[{0, 0}, RealDigits[1/384, 10, 96][[1]]] (* Alonso del Arte, Apr 24 2018 *)
  • PARI
    1/384. \\ Altug Alkan, Apr 24 2018

Formula

From Elmo R. Oliveira, Aug 05 2024: (Start)
G.f.: x^2*(2 + 4*x - 6*x^2 + 4*x^3 - 3*x^4 + 5*x^5)/(1 - x).
a(n) = 6, n > 6. (End)