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-3 of 3 results.

A224233 Decimal expansion of number of inches in a meter.

Original entry on oeis.org

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

Views

Author

N. J. A. Sloane, Apr 13 2013

Keywords

Comments

The exact value (this is the definition of an inch) is 1/0.0254.

Examples

			39.370078740157480314960629921259842519685039370078740157480...
		

Crossrefs

Cf. A224234 (feet), A224235 (yards).

Programs

  • Mathematica
    RealDigits[10000/254,10,120][[1]] (* Harvey P. Dale, Jan 13 2019 *)

Formula

From Chai Wah Wu, Sep 17 2016: (Start)
a(n) = a(n-1) - a(n-21) + a(n-22) for n > 23.
G.f.: x^2*(-5*x^20 - 3*x^19 + 2*x^18 - 3*x^17 + 8*x^16 - 4*x^15 + 3*x^14 - 2*x^13 - 4*x^12 - x^11 + 4*x^10 + 3*x^9 + x^8 - x^7 - 7*x^6 + 7*x^4 - 4*x^3 + 6*x^2 - 6*x - 3)/(x^22 - x^21 + x - 1). (End)

A224235 Decimal expansion of number of yards in a meter.

Original entry on oeis.org

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

Views

Author

N. J. A. Sloane, Apr 13 2013

Keywords

Comments

The exact value (this is the definition of a yard) is 1/0.9144.

Examples

			1.0936132983377077865266841644794400699912510936132983377077...
		

Crossrefs

Programs

Formula

a(n) = a(n-42). - Charles R Greathouse IV, Mar 25 2014

A303274 Decimal expansion of 1200/3937.

Original entry on oeis.org

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

Views

Author

Felix Fröhlich, Apr 20 2018

Keywords

Comments

The value of 1 US survey foot converted to meters.

Examples

			0.30480060960121920243840487680975361951...
		

Crossrefs

Cf. A224234.

Programs

  • Mathematica
    RealDigits[1200/3937, 10, 100][[1]] (* Altug Alkan, Apr 20 2018 *)
  • PARI
    x=1200/3937; for(n=1, 100, d=floor(x); x=(x-d)*10; n>1 && print1(d, ", "))
Showing 1-3 of 3 results.