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.

A319016 Decimal expansion of Sum_{k>=0} 1/2^(k*(k+1)).

Original entry on oeis.org

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

Views

Author

Ilya Gutkovskiy, Sep 07 2018

Keywords

Comments

The binary expansion is the characteristic function of the oblong numbers (A005369).
The Engel expansion of this constant are the powers of 4 (A000302). - Amiram Eldar, Dec 07 2020

Examples

			1.2658700952308663684189... = (1.010001000001000000010000000001...)_2.
                               |  |   |     |       |         |
                               0  2   6    12      20        30
		

Crossrefs

Programs

  • Mathematica
    RealDigits[EllipticTheta[2, 0, 1/2]/2^(3/4), 10, 110] [[1]]
  • PARI
    suminf(k=0, 1/2^(k*(k+1))) \\ Michel Marcus, Sep 08 2018

Formula

Equals theta_2(1/2)/2^(3/4), where theta_2 is the Jacobi theta function.
Equals Product_{k>=1} (1 - 1/4^k)^((-1)^k). - Antonio GraciĆ” Llorente, Oct 01 2024