OFFSET
1,3
COMMENTS
Self-descriptive sequence: even terms are the sequence itself, odd terms are the digits of the decimal expansion of sqrt(2).
LINKS
Paolo Xausa, Table of n, a(n) for n = 1..10000
Clark Kimberling, Fractal sequences.
FORMULA
a(2n)=a(n); a(2n+1)=digits of sqrt(2).
MATHEMATICA
With[{nmax = 100}, RealDigits[Sqrt[2], 10, Ceiling[nmax/2]][[1, Table[(BitShiftRight[n, IntegerExponent[n, 2]] + 1)/2, {n, nmax}]]]] (* Paolo Xausa, Sep 12 2025 *)
CROSSREFS
KEYWORD
easy,nonn,base
AUTHOR
Alexandre Wajnberg, Sep 15 2005
EXTENSIONS
More terms from Paolo Xausa, Sep 12 2025
STATUS
approved
