OFFSET
0,102
COMMENTS
Corresponds to function a(n) in Borwein and Borwein (1992), p. 622.
First differs from A000035 at n = 100.
LINKS
Paolo Xausa, Table of n, a(n) for n = 0..10000
J. M. Borwein and P. B. Borwein, Strange Series and High Precision Fraud, The American Mathematical Monthly, Vol. 99, No. 7 (1992), pp. 622-640.
FORMULA
Sum_{k >= 0} a(k)/10^k is approximately 10/99 (correct to 99 digits).
MATHEMATICA
Array[Count[Reverse[IntegerDigits[#]][[1;; -1;; 2]], _?OddQ] &, 120, 0]
CROSSREFS
KEYWORD
nonn,base,easy
AUTHOR
Paolo Xausa, May 06 2024
EXTENSIONS
More than the usual number of terms are shown in order to distinguish this from A000035.
STATUS
approved