OFFSET
0,1
LINKS
Eric Weisstein's World of Mathematics, Apery's Constant.
EXAMPLE
First few digits after the decimal point of zeta(3) are: 2020569031595942854.
The first occurrence of 0 is at position 2; first occurrence of 1 is at position 10; first occurrence of 2 is at position 1; etc.
MATHEMATICA
Table[SequencePosition[#, IntegerDigits@ n][[1, 1]], {n, 0, 66}] &@ First@ RealDigits@ N[Zeta[3]-1, 10^4] (* James C. McMahon, Dec 22 2023 *)
CROSSREFS
KEYWORD
base,easy,nonn
AUTHOR
Mark Hudson (mrmarkhudson(AT)hotmail.com), Nov 03 2004
STATUS
approved