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.

A139345 Decimal expansion of sine of the golden ratio. That is, the decimal expansion of sin((1+sqrt(5))/2).

Original entry on oeis.org

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

Views

Author

Mohammad K. Azarian, Apr 15 2008

Keywords

Comments

By the Lindemann-Weierstrass theorem, this constant is transcendental. - Charles R Greathouse IV, May 13 2019

Examples

			0.99888450909488479883326824263012904463865119212705...
		

Crossrefs

Programs

Formula

Equals sin(A001622).
Equals 1/A139350. - Amiram Eldar, Feb 07 2022

Extensions

Leading zero removed by R. J. Mathar, Feb 05 2009

A140232 a(n) = ceiling(n*exp((1+sqrt(5))/2)).

Original entry on oeis.org

6, 11, 16, 21, 26, 31, 36, 41, 46, 51, 56, 61, 66, 71, 76, 81, 86, 91, 96, 101, 106, 111, 116, 122, 127, 132, 137, 142, 147, 152, 157, 162, 167, 172, 177, 182, 187, 192, 197, 202, 207, 212, 217, 222, 227, 232, 238, 243, 248, 253, 258, 263, 268, 273, 278, 283
Offset: 1

Views

Author

Mohammad K. Azarian, May 13 2008

Keywords

Crossrefs

Programs

  • Magma
    phi:=(1+Sqrt(5))/2; [Ceiling(n*Exp(phi)): n in [1..60]]; // G. C. Greubel, Jun 30 2019
    
  • Mathematica
    Ceiling[Exp[GoldenRatio]*Range[60]] (* G. C. Greubel, Jun 30 2019 *)
  • PARI
    phi=(1+sqrt(5))/2; vector(60, n, ceil(n*exp(phi)) ) \\ G. C. Greubel, Jun 30 2019
    
  • Sage
    [ceil(n*exp(golden_ratio)) for n in (1..60)] # G. C. Greubel, Jun 30 2019

Formula

a(n) = ceiling(n*A139341). - R. J. Mathar, Feb 06 2009
Showing 1-2 of 2 results.