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.

A143149 Decimal expansion of 5*sqrt(2*Pi)/4.

Original entry on oeis.org

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

Views

Author

Jonathan Vos Post, Jul 27 2008

Keywords

Comments

Upper bound using Shannon entropy arising in randomly-projected hypercubes.

Examples

			3.13328534328875...
		

Crossrefs

Apart from possible scaling sqrt(A019692/2^n) for n=0..7 are A019727, A002161, A069998, A019704, A217481, A019706, this sequence, A019710.
Cf. A143148 (lower bound).

Programs

  • Mathematica
    RealDigits[5*Sqrt[2*Pi]/4, 10, 120][[1]] (* Amiram Eldar, Jun 13 2023 *)
  • PARI
    5*sqrt(2*Pi)/4 \\ Michel Marcus, Mar 06 2020

Formula

Equals 10*Integral_{x>=0} x*sin(x^4) dx or 10*Integral_{x>=0} x*cos(x^4) dx (Fresnel integrals).

Extensions

Edited and a(100) corrected by Georg Fischer, Jul 16 2021