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.

A021308 Decimal expansion of 1/304.

Original entry on oeis.org

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

Views

Author

Keywords

Examples

			0.00328947368421052631578947368421...
		

Crossrefs

Programs

  • Mathematica
    realDigitsRecip[304] (* The realDigitsRecip program is at A021200 *) (* Harvey P. Dale, Jul 18 2025 *)

Formula

From Chai Wah Wu, Apr 18 2024: (Start)
a(n) = a(n-1) - a(n-9) + a(n-10) for n > 13.
G.f.: x^2*(-5*x^11 + 3*x^10 + x^9 - 2*x^8 - 3*x^7 + 4*x^6 - 3*x^5 + 5*x^4 - x^3 - 6*x^2 + x - 3)/(x^10 - x^9 + x - 1). (End)