OFFSET
26,3
COMMENTS
Using square roots and periodic numbers you can produce this kind of curious sequence.
LINKS
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
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