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.

A323984 Decimal expansion of exp(Pi/6).

Original entry on oeis.org

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

Views

Author

N. J. A. Sloane, Feb 11 2019

Keywords

Examples

			1.6880917949644686006168476280967822941196811892871823125684056078889433931696...
		

Crossrefs

Programs

  • Mathematica
    RealDigits[Exp[Pi/6], 10, 111][[1]] (* or *)
    a[0] = a[1] = 1; a[n_] := ((n - 2)^2 + 1) a[n - 2]; t[x_] := N[(1/2)^x*a[x]/x!, 128]; RealDigits[Sum[t[x], {x, 0, 421}], 10, 111][[1]] (* Robert G. Wilson v, Feb 16 2019 *)

Formula

Extensions

Corrected and extended by Robert G. Wilson v, Feb 16 2019