login
A113818
Decimal expansion of the integer (101101101101101101101101101)/9.
0
1, 1, 2, 3, 3, 4, 5, 5, 6, 7, 7, 9, 0, 0, 1, 2, 2, 3, 4, 4, 5, 6, 6, 7, 8, 9
OFFSET
26,3
COMMENTS
Using square roots and periodic numbers you can produce this kind of curious sequence.
FORMULA
(101101101101101101101101101)/9 or Sqrt[101101101101101101101101101], where sqrt is the square root.
EXAMPLE
(101101101101101101101101101)/9 = 11233455677900122344566789.
MATHEMATICA
RealDigits[101101101101101101101101101/9, 10, 26][[1]] (* Harvey P. Dale, May 21 2020 *)
CROSSREFS
KEYWORD
easy,nonn,cons,fini,full
AUTHOR
Ryohei Miyadera and Daisuke Minematsu, Jan 23 2006
EXTENSIONS
Edited by N. J. A. Sloane, May 26 2006
Previous Mathematica program replaced by Harvey P. Dale, May 21 2020
STATUS
approved