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!)
A228990 Smallest missing number in first 10^n digits after the decimal point in expansion of golden ratio phi = (1+sqrt(5))/2. 2
2, 10, 100, 1001, 10002, 49107, 119904, 1015528 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
a(1) = 2 because number 2 is missing in first 10^1 = 10 digits after decimal point in the decimal expansion of the golden ratio, that is, 1.6180339887.
MATHEMATICA
Do[With[{r = ToString[FromDigits[Rest[RealDigits[GoldenRatio, 10, 10^k][[1]]]]]}, Do[If[StringPosition[r, ToString[n]] == {}, Print[n]; k = k + 1; Break[]], {n, 0, 10000000}]], {k, 1, 7}]
CROSSREFS
Sequence in context: A355440 A248615 A276388 * A277468 A099826 A338193
KEYWORD
nonn,base,more
AUTHOR
Shyam Sunder Gupta, Sep 10 2013
EXTENSIONS
Name improved by Alex Ratushnyak, Sep 22 2013
a(8) from Jinyuan Wang, Mar 27 2020
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 19 13:40 EDT 2024. Contains 371792 sequences. (Running on oeis4.)