OFFSET
1,2
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
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
EXAMPLE
1.2658700952308663684189... = (1.010001000001000000010000000001...)_2.
| | | | | |
0 2 6 12 20 30
MATHEMATICA
RealDigits[EllipticTheta[2, 0, 1/2]/2^(3/4), 10, 110] [[1]]
PROG
(PARI) suminf(k=0, 1/2^(k*(k+1))) \\ Michel Marcus, Sep 08 2018
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Ilya Gutkovskiy, Sep 07 2018
STATUS
approved