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

A381485 Decimal expansion of sqrt(13)/6.

Original entry on oeis.org

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

Views

Author

Amiram Eldar, Feb 24 2025

Keywords

Comments

The greatest possible minimum distance between 6 points in a unit square.
The solution was found by Ronald L. Graham and reported by Schaer (1965).

Examples

			0.60092521257733154885320354457841599104188276230754...
		

References

  • Hallard T. Croft, Kenneth J. Falconer, and Richard K. Guy, Unsolved Problems in Geometry, Springer, 1991, Section D1, p. 108.
  • Steven R. Finch, Mathematical Constants, Encyclopedia of Mathematics and its Applications, Vol. 94, Cambridge University Press, 2003, Section 8.2, p. 487.

Crossrefs

Solutions for k points: A002193 (k = 2), A120683 (k = 3), 1 (k = 4), A010503 (k = 5), this constant (k = 6), A379338 (k = 7), A101263 (k = 8), A020761 (k = 9), A281065 (k = 10).

Programs

  • Mathematica
    RealDigits[Sqrt[13] / 6, 10, 120][[1]]
  • PARI
    list(len) = digits(floor(10^len*quadgen(52)/6));

Formula

Equals A010470 / 6 = A295330 / 3 = A344069 / 2 = A176019 - 1/2 = sqrt(A142464).
Minimal polynomial: 36*x^2 - 13.

A257936 Decimal expansion of 11/18.

Original entry on oeis.org

6, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1
Offset: 0

Views

Author

Bruno Berselli, May 13 2015

Keywords

Comments

Decimal expansion of Sum_{i>=1} 1/A028552(i).
Also, continued fraction expansion of 5+A001622.

Examples

			.6111111111111111111111111111111111111111111111111111111111111111...
		

Crossrefs

Cf. A010716 (decimal expansion of 5/9 = 10/18), A010722 (decimal expansion of 2/3 = 12/18).

Programs

Formula

Equals A020773 + A142464.
From Elmo R. Oliveira, Aug 05 2024: (Start)
G.f.: (6-5*x)/(1-x).
E.g.f.: exp(x) + 5.
a(n) = 1, n >= 1. (End)
Showing 1-2 of 2 results.