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.

A076414 Decimal expansion of first solution of equation cos(x) cosh(x) = 1.

Original entry on oeis.org

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

Views

Author

Zak Seidov, Oct 10 2002

Keywords

Comments

This is an equation related to a beam clumped at both ends: cos(x) cosh(x) = 1. The first three solutions are: 4.73 (this sequence), 7.853 (A076415) and 10.996 (A076416).

Examples

			cos(x) cosh(x) = 1, x = 4.73004.
		

References

  • Steven R. Finch, Mathematical Constants, Cambridge University Press, 2003, p. 221.

Crossrefs

Programs

  • Mathematica
    RealDigits[x/.FindRoot[Cos[x] Cosh[x]==1,{x,3 Pi/2},WorkingPrecision -> 120]][[1,1;;105]] (* Jean-Francois Alcover, Mar 14 2011 *)

A076416 Decimal expansion of third solution of equation cos(x)*cosh(x) = 1.

Original entry on oeis.org

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

Views

Author

Zak Seidov, Oct 10 2002

Keywords

Comments

This is an equation related to a beam clumped at both ends: cos(x) cosh(x) = 1. The first three solutions are: 4.73 (A076414), 7.853 (A076415) and 10.9956 (this sequence).

Examples

			10.995607838001670906669...
		

Crossrefs

Programs

Extensions

Offset corrected by R. J. Mathar, Feb 05 2009
Showing 1-2 of 2 results.