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.

A139346 Decimal expansion of cosine of the golden ratio, negated. That is, the decimal expansion of -cos((1+sqrt(5))/2).

Original entry on oeis.org

0, 4, 7, 2, 2, 0, 0, 9, 6, 2, 5, 4, 3, 5, 9, 8, 3, 3, 7, 6, 6, 8, 7, 8, 6, 9, 4, 0, 4, 8, 7, 9, 4, 5, 6, 5, 4, 9, 5, 5, 4, 8, 9, 9, 4, 7, 2, 7, 3, 4, 2, 7, 8, 1, 3, 2, 8, 1, 8, 2, 1, 9, 8, 2, 7, 8, 3, 5, 3, 3, 0, 1, 1, 6, 7, 0, 6, 3, 5, 9, 5, 5, 6, 3, 6, 8, 1, 2, 3, 8, 9, 8, 2, 3, 3, 2, 2, 6, 0, 5, 3, 2, 2, 8
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.04722009625435983376687869404879456549554899472734...
		

Crossrefs

Programs

Formula

Equals 1/A139349. - Amiram Eldar, Feb 07 2022

Extensions

Edited by N. J. A. Sloane, Dec 11 2008

A139350 Decimal expansion of csc((1+sqrt(5))/2), where (1+sqrt(5))/2 is the golden ratio.

Original entry on oeis.org

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

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

			1.00111673661465225489616711351705587794461531806624...
		

Crossrefs

Programs

Formula

Equals 1/A139345. - Amiram Eldar, Feb 07 2022

Extensions

Edited by Bruno Berselli, Feb 19 2013

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