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.

A382884 Decimal expansion of 1/6 + Pi/(12*sqrt(3)) - log(3)/4.

Original entry on oeis.org

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

Views

Author

Sean A. Irvine, Apr 07 2025

Keywords

Examples

			0.04316354151915739803402854557288155...
		

Crossrefs

Programs

  • Mathematica
    First[RealDigits[(6 + Pi*Sqrt[3] - 9*Log[3])/36, 10, 100, -1]] (* Paolo Xausa, Apr 08 2025 *)

Formula

Equals Sum_{k>=0} 1/((3*k+1) * (3*k+2) * (3*k+3) * (3*k+4)).