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.

A091721 Babylonian sexagesimal (base 60) expansion of 1/11.

Original entry on oeis.org

5, 27, 16, 21, 49, 5, 27, 16, 21, 49, 5, 27, 16, 21, 49, 5, 27, 16, 21, 49, 5, 27, 16, 21, 49, 5, 27, 16, 21, 49, 5, 27, 16, 21, 49, 5, 27, 16, 21, 49, 5, 27, 16, 21, 49, 5, 27, 16, 21, 49, 5, 27, 16, 21, 49, 5, 27, 16, 21, 49, 5, 27, 16, 21, 49, 5, 27, 16, 21, 49, 5, 27, 16, 21
Offset: 0

Views

Author

Jeppe Stig Nielsen, Feb 01 2004

Keywords

Comments

Period 5: repeat [5, 27, 16, 21, 49]. - Wesley Ivan Hurt, May 25 2024

Crossrefs

Programs

  • Mathematica
    RealDigits[ 1/11, 60, 75] [[1]] (* Robert G. Wilson v, Feb 02 2004 *)
    CoefficientList[Series[(5 + 27 x + 16 x^2 + 21 x^3 + 49 x^4)/(1 - x^5), {x, 0, 40}], x] (* Wesley Ivan Hurt, May 25 2024 *)

Formula

From Wesley Ivan Hurt, May 25 2024: (Start)
a(n+5) = a(n).
G.f.: (5+27*x+16*x^2+21*x^3+49*x^4)/(1-x^5). (End)