OFFSET
1,3
REFERENCES
Steven R. Finch, Mathematical Constants, Encyclopedia of Mathematics and its Applications, vol. 94, Cambridge University Press, 2003, Section 6.10, p. 446.
LINKS
Hibiki Gima, Toshiki Matsusaka, Taichi Miyazaki, and Shunta Yara, On integrality and asymptotic behavior of the (k,l)-Göbel sequences, arXiv:2402.09064 [math.NT], 2024. See p. 2.
Eric Weisstein's World of Mathematics, Goebel's Sequence.
EXAMPLE
1.04783144757641122955990946274313755459058761286023309695104064853536...
PROG
(PARI) {a(n)=local(t=log(2)/2); for(k=2, 14, t+= (log(1+(k-1)/exp(2^(k-1)*t))-log(k))/2^k); t=exp(t-suminf(k=15, log(k)/2^k)); floor(t*10^(n-1))%10} /* Michael Somos, Apr 02 2006 */
CROSSREFS
KEYWORD
AUTHOR
Eric W. Weisstein, Jan 27 2006
STATUS
approved