login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A229070 Smallest missing number in first 10^n digits after the decimal point in expansion of Euler's constant (or Euler-Mascheroni constant) gamma. 0
0, 11, 106, 1001, 10002, 13525, 129389 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
a(1) = 0 because number 0 is missing in first 10^1 = 10 digits after decimal point in expansion of Euler's constant, that is, 0.5772156649....
MATHEMATICA
Do[With[{r = ToString[FromDigits[Rest[RealDigits[EulerGamma, 10, 10^k][[1]]]]]}, Do[If[StringPosition[r, ToString[n]] == {}, Print[n]; k = k + 1; Break[]], {n, 0, 10000000}]], {k, 1, 7}]
CROSSREFS
Cf. A001620.
Sequence in context: A302925 A250416 A116011 * A365775 A058715 A140617
KEYWORD
nonn,base,more
AUTHOR
Shyam Sunder Gupta, Sep 12 2013
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 16 08:27 EDT 2024. Contains 371698 sequences. (Running on oeis4.)