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.

A134973 Decimal expansion of 3/phi = 6/(1 + sqrt(5)).

Original entry on oeis.org

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

Views

Author

Omar E. Pol, Nov 15 2007

Keywords

Examples

			1.8541019662496845446137605030969143531609275394172885864063458681157...
		

Crossrefs

Cf. A000032, A001622 (golden ratio), A090550 (5/x = x-5), A192222 (Fibonacci(2^n + 1)).

Programs

Formula

Equals A090550 - 4. - R. J. Mathar, Oct 27 2008
Equals Product_{n>=1} (1 + 1/A192222(n)). - Charles R Greathouse IV, Jun 26 2011
Equals 1 + Sum_{k>=0} (-1)^k * binomial(2*k,k)/((k+1)*5^k). - Amiram Eldar, Jun 06 2021
Equals Product_{k>=1} (Lucas(3*k)^2 + 5*(-1)^(k+1))/(Lucas(3*k)^2 + 5*(-1)^k) (Melham and Shannon, 1995). - Amiram Eldar, Jan 15 2022