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.

User: Robert Stephen Jones

Robert Stephen Jones's wiki page.

Robert Stephen Jones has authored 6 sequences.

A321216 Decimal expansion of C[12] coefficient in 1/N expansion of the lowest Laplacian Dirichlet eigenvalue of the Pi-area, N-sided regular polygon.

Original entry on oeis.org

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

Author

Robert Stephen Jones, Oct 31 2018

Keywords

Comments

This is the 12th coefficient C[12] in the 1/N expansion of the lowest Laplacian Dirichlet eigenvalue of Pi-area, N-sided regular polygon. It was determined using experimental mathematics by computing the coefficient to 125 digits of precision. It can be computed using the expression in the Formula section. It is expressed in terms of L0 = [A115368]^2 = [A244355] = 5.78318... (eigenvalue of unit-radius circle) and Riemann zeta functions. Although this is derived using experimental mathematics, the decimal expansion reported is equal to that expression. In context, the eigenvalue expression for the N-sided, Pi-area regular polygon is
L = L0*(1 + C[3]/N^3 + C[5]/N^5 + C[6]/N^6 + C[7]/N^7 + C[8]/N^8 + ... + C[12]/N^12 + ...). The expression for this coefficient follows a pattern similar to lower-order coefficients (except C[11] [A321215]), e.g., C[3]=4*zeta(3) and C[5]=(12-2*L0)*zeta(5).

Examples

			25200.9737929324646760652122395385477028780653225566146497901539447736054240...
		

Crossrefs

Cf. A321215 is decimal expansion of C[11], the next lower order coefficient.

Programs

  • PARI
    {default(realprecision,100);L0=solve(x=2,3,besselj(0,x))^2;(32/3+272*L0/3-16*L0^2)*zeta(3)^4+(1360/3-488*L0/3+456*L0^2+107*L0^3/3+5*L0^4/8)*zeta(3)*zeta(9)+(432-216*L0-207*L0^2+47*L0^3/2+11*L0^4/8)*zeta(5)*zeta(7)}

A321215 Decimal expansion of C[11] coefficient (negated) in 1/N expansion of lowest Laplacian Dirichlet eigenvalue of the Pi-area, N-sided regular polygon.

Original entry on oeis.org

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

Author

Robert Stephen Jones, Oct 31 2018

Keywords

Comments

This is the 11th coefficient C[11] = -6016.337... in the 1/N expansion of the lowest Laplacian Dirichlet eigenvalue of the N-sided, Pi-area regular polygon.
In context, the eigenvalue expression for the N-sided, Pi-area regular polygon is L = L0*(1 + C[3]/N^3 + C[5]/N^5 + C[6]/N^6 + C[7]/N^7 + C[8]/N^8 + ... + C[11]/N^11 + ...) where L0 = [A115368]^2 = [A244355] is the eigenvalue in the Pi-area circle.
C[11] was computed by first computing several hundred 200-digit eigenvalues in the range from N = 1000 to 3000, and then using linear regression to determine this expansion coefficient. All digits reported are correct. This is the first coefficient that appears to break the regular pattern involving roots of Bessel functions and Riemann zeta functions, for example, C[3] = 4*zeta(3) and C[5] = (12-2*L0)*zeta(5), where zeta(n) is the Riemann zeta function. C[11] is negative.

Examples

			6016.335717690346829221853315075454811530972180617310177993314476104546100896...
		

Crossrefs

Cf. A321216 = C[12], the next coefficient in the 1/N expansion.

A276813 Continued fraction for the ratio of the lowest two Dirichlet eigenvalues of the Laplacian within the regular pentagon.

Original entry on oeis.org

2, 1, 1, 8, 1, 4, 2, 2, 16, 3, 3, 1, 3, 1, 1, 2, 1, 1, 3, 1, 3, 3, 5, 1, 13, 1, 4, 1, 1, 13, 4, 3, 1, 4, 1, 1, 6, 5, 9, 1, 13, 2, 15, 1, 2, 3, 3, 1, 4, 9, 2, 14, 1, 4, 1, 7, 1, 1, 11, 1, 4, 5, 2, 3, 2, 1, 14, 1, 1, 2, 1, 1, 1, 1, 20, 3, 2, 1, 2, 2, 7, 1, 2
Offset: 1

Author

Robert Stephen Jones, Sep 18 2016

Keywords

Comments

The eigenvalues of the Laplacian within the regular pentagon with Dirichlet boundary conditions are calculated to at least 1000 digits. The ratio of the second eigenvalue to the first is calculated and expressed as a continued fraction. The ratio has an advantage since it is independent of the pentagon area. All terms in this expansion are correct.

Examples

			2.52683872... = 2+1/(1+1/(1+1/(8+1/(1+...)))).
		

Crossrefs

Cf. A262823.

A263202 Decimal expansion of the lowest Dirichlet eigenvalue of the Laplacian within the unit-edged regular hexagon.

Original entry on oeis.org

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

Author

Robert Stephen Jones, Oct 12 2015

Keywords

Examples

			7.1553391339260551282100176168331392806691995857769779...
		

Crossrefs

Cf. A262701 (L-shape) and A262823 (regular pentagon).

A262701 Decimal expansion of lowest Dirichlet eigenvalue of the Laplacian within a certain L-shaped region.

Original entry on oeis.org

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

Author

Robert Stephen Jones, Sep 27 2015

Keywords

Comments

This is the lowest Dirichlet eigenvalue of the Laplacian within the famous L-shape formed by joining two unit-edged squares to adjacent edges of a third. The familiar logo of MathWorks, publisher of MATLAB, is created from the corresponding lowest eigenfunction, with some artistic license. I simply extended the original Fox-Henrici-Moler 1967 eigenvalue calculation to just over 1000 digits using a method substantially identical to the method described in the Fox et al. paper.

Examples

			9.639723844021941052711459262364823156267289525821906456109579700564035647863370...
		

A262823 Decimal expansion of lowest Dirichlet eigenvalue of Laplacian within the unit-edged regular pentagon.

Original entry on oeis.org

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

Author

Robert Stephen Jones, Oct 03 2015

Keywords

Comments

This is the lowest Dirichlet eigenvalue of the Helmholtz equation within the unit-edged regular pentagon. It has been calculated (RSJ, Sep 2015) to just over 1500 decimal digits.

Examples

			10.996427084559806648376217352434650641833359995632378945808...