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.

A177057 Decimal expansion of 7/6.

Original entry on oeis.org

1, 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, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6
Offset: 1

Views

Author

Vincenzo Librandi, May 26 2010

Keywords

Comments

7/6 is the 14th Bernoulli number. - Jean-François Alcover, Dec 24 2013

Examples

			1.16666666666...
		

Crossrefs

Programs

  • Mathematica
    RealDigits[7/6,10,120][[1]] (* or *) PadRight[{1,1},120,{6}] (* Harvey P. Dale, Nov 20 2023 *)

Formula

From Elmo R. Oliveira, Aug 03 2024: (Start)
G.f.: x*(1 + x) + 6*x^3/(1 - x).
E.g.f.: 6*exp(x) - 5*(1 + x).
a(n) = 6, n >= 3. (End)
Equals zeta(4)^2/zeta(8) = Sum_{k>=1} 2^omega(k)/k^4 = Product_{p prime} (p^4 + 1)/(p^4 - 1). See Shamos link. - Stefano Spezia, Oct 05 2024

Extensions

Edited by Rick L. Shepherd, Jun 17 2010

A143618 Decimal expansion of 127/216.

Original entry on oeis.org

5, 8, 7, 9, 6, 2, 9, 6, 2, 9, 6, 2, 9, 6, 2, 9, 6, 2, 9, 6, 2, 9, 6, 2, 9, 6, 2, 9, 6, 2, 9, 6, 2, 9, 6, 2, 9, 6, 2, 9, 6, 2, 9, 6, 2, 9, 6, 2, 9, 6, 2, 9, 6, 2, 9, 6, 2, 9, 6, 2, 9, 6, 2, 9, 6, 2, 9, 6, 2, 9, 6, 2, 9, 6, 2, 9, 6, 2, 9, 6, 2, 9, 6, 2, 9, 6, 2, 9, 6, 2, 9, 6, 2, 9, 6, 2, 9, 6, 2
Offset: 0

Views

Author

Keywords

Examples

			.58796296296296296296296296296296296296296296296296296296296...
		

Crossrefs

A companion to A177056.

Programs

Formula

a(n) = A177056(n+2). - Paolo Xausa, Apr 24 2024
From Elmo R. Oliveira, Aug 05 2024: (Start)
G.f.: (5 + 8*x + 7*x^2 + 4*x^3 - 2*x^4 - 5*x^5)/((1 - x)*(1 + x + x^2)).
a(n) = a(n-3), n > 5. (End)

A375743 Decimal expansion of 30547/21600.

Original entry on oeis.org

1, 4, 1, 4, 2, 1, 2, 9, 6, 2, 9, 6, 2, 9, 6, 2, 9, 6, 2, 9, 6, 2, 9, 6, 2, 9, 6, 2, 9, 6, 2, 9, 6, 2, 9, 6, 2, 9, 6, 2, 9, 6, 2, 9, 6, 2, 9, 6, 2, 9, 6, 2, 9, 6, 2, 9, 6, 2, 9, 6, 2, 9, 6, 2, 9, 6, 2, 9, 6, 2, 9, 6, 2, 9, 6, 2, 9, 6, 2, 9, 6, 2, 9, 6, 2, 9, 6, 2, 9, 6, 2, 9, 6, 2, 9, 6, 2, 9, 6, 2
Offset: 1

Views

Author

Stefano Spezia, Aug 26 2024

Keywords

Comments

Babylonian approximation of sqrt(2) accurate to fifth decimal digit.
Wells erroneously gives the value: 1.4142155... .
Periodic of period 3.

Examples

			1.41421296296296296296296296296296296296...
		

References

  • John H. Conway and Richard K. Guy, The Book of Numbers, New York: Springer-Verlag, 1996. See p. 182.
  • David Wells, The Penguin Dictionary of Curious and Interesting Numbers. Penguin Books, NY, 1986, Revised edition 1987. See pp. 34-35.

Crossrefs

Programs

  • Mathematica
    RealDigits[30547/21600,10,100][[1]]

Formula

Equals 1 + 24/60 + 51/60^2 + 10/60^3. See Wells.
G.f.: (1 + 4*x + x^2 + 3*x^3 - 2*x^4 - 2*x^6 + 7*x^7 + 5*x^8)/(1 - x^3).
Showing 1-3 of 3 results.