OFFSET
1,2
LINKS
Paolo Xausa, Table of n, a(n) for n = 1..10000
Dana G. Korssjoen, Biyao Li, Stefan Steinerberger, Raghavendra Tripathi, and Ruimin Zhang, Finding structure in sequences of real numbers via graph theory: a problem list, arXiv:2012.04625 [math.CO], Dec 08, 2020
MATHEMATICA
With[{nmax=100}, Map[FromDigits, Partition[First[RealDigits[Sqrt[2], 10, 2nmax-1]], 2, 2, -1, {}]]] (* Paolo Xausa, Oct 23 2023 *)
FromDigits/@Partition[Join[{0}, RealDigits[Sqrt[2], 10, 120][[1]]], 2] (* Harvey P. Dale, Sep 04 2024 *)
CROSSREFS
KEYWORD
nonn,base,less
AUTHOR
N. J. A. Sloane, Dec 09 2020
STATUS
approved