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.

A344212 Decimal expansion of 1 + 1/sqrt(5).

Original entry on oeis.org

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

Views

Author

Wesley Ivan Hurt, May 11 2021

Keywords

Comments

Decimal expansion of the midradius of a rhombic triacontahedron with unit edge length.
Essentially the same sequence of digits as A176453, A134974, A020762 and A010476. - R. J. Mathar, May 16 2021

Examples

			1.447213595499957939281834733746255247088123671922305...
		

Crossrefs

Cf. A019952 (rhombic triacontahedron inscribed sphere radius).
Cf. A344171 (rhombic triacontahedron surface area).
Cf. A344172 (rhombic triacontahedron volume).

Programs

Formula

From Amiram Eldar, Nov 28 2024: (Start)
Equals 2*A242671 = 1/A187798.
Equals Product_{k>=0} (1 + 1/A081005(k)). (End)

A380982 Decimal expansion of the long/short edge length ratio of a disdyakis triacontahedron.

Original entry on oeis.org

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

Views

Author

Paolo Xausa, Feb 10 2025

Keywords

Examples

			1.8472135954999579392818347337462552470881236719223...
		

Crossrefs

Cf. A380981 (medium/short edge length ratio).
Apart from leading digits the same as A176453, A134974 and A010476.

Programs

  • Mathematica
    First[RealDigits[7/5 + 1/Sqrt[5], 10, 100]] (* Paolo Xausa, Feb 10 2025 *)

Formula

Equals 1/sqrt(5) + 7/5 = A020762 + 7/5.

A177515 Variance of linear convolution of symmetrized Fibonacci sequences.

Original entry on oeis.org

1, 7, 1, 9, 4, 2
Offset: 2

Views

Author

Jonathan Vos Post, May 10 2010

Keywords

Comments

Rajan (2010) claims the variance of a discrete distribution generated by the linear convolution of Fibonacci sequence with itself, saturates to a constant of value 8.4721359 [A176453]... For a distribution generated by the linear convolution of symmetrized Fibonacci sequences, the variance saturates in an average sense to 17.1942.

Examples

			17.1942....
		

Extensions

keyword:cons added R. J. Mathar, Aug 31 2010
Showing 1-3 of 3 results.