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.
%I A299998 #18 Aug 13 2020 08:56:54 %S A299998 1,6,4,1,6,3,2,5,6,0,6,5,5,1,5,3,8,6,6,2,9,3,8,4,2,7,7,0,2,2,5,4,2,9, %T A299998 4,3,4,2,2,6,0,6,1,5,3,7,9,5,6,7,3,9,7,4,7,8,0,4,6,5,1,6,2,2,3,8,0,1, %U A299998 4,4,6,0,3,7,3,3,3,5,1,7,7,5,6,0,0,3,6,4,1,7,1,6,2,3,3,5,9 %N A299998 Decimal expansion of Sum_{k>=0} 1/2^(k*(k+1)/2). %C A299998 The binary expansion is the characteristic function A010054 of the triangular numbers A000217. %F A299998 Equals 1 + A190405 (as a decimal number). %F A299998 Equals Product{k>=1} (1 - 1/2^(2*k))/(1 - 1/2^(2*k-1)). - _Amiram Eldar_, Aug 13 2020 %e A299998 1.641632560655153866293842770225429434226061537956739747804651622380144603733... %t A299998 RealDigits[QPochhammer[1/4, 1/4]/QPochhammer[2, 1/4], 10, 100][[1]] (* _Amiram Eldar_, Aug 13 2020 *) %o A299998 (PARI) default(realprecision,200);suminf(k=0,2^(-k*(k+1)/2)) %Y A299998 Cf. A000217, A010054, A190405, A333797. %K A299998 nonn,cons %O A299998 1,2 %A A299998 _M. F. Hasler_, Feb 27 2018