A106643 Positions of the increasingly larger partial quotients in A107952.
1, 2, 3, 10, 45, 57, 77, 92, 97, 209, 215, 2423, 3849, 5289, 66555, 1347796, 1524713
Offset: 0
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.
B=1.805917418986691013997505385851050680989652545909634282575958858...
RealDigits[ Sum[i(i + 1)/2/Product[i!/j!, {j, 0, i - 1}], {i, 14}], 10, 111][[1]] Clear[B]; B[m_] := B[m] = N[Sum[i*(1+i)/2*BarnesG[1+i]/i!^i, {i, 1, m}], 105]; m=2; While[B[m] != B[m-1], m++]; RealDigits[B[m]][[1]] (* Jean-François Alcover, Nov 18 2015 *)
ContinuedFraction[ Sum[i(i + 1)/2/Product[i!/j!, {j, 0, i - 1}], {i, 20}]]