OFFSET
0,1
LINKS
FORMULA
From Elmo R. Oliveira, Feb 15 2024: (Start)
a(n) = 46 for n >= 1.
G.f.: 23*(1+x)/(1-x).
E.g.f.: 46*exp(x) - 23.
a(n) = 23*A040000(n). (End)
EXAMPLE
23 + 1/(46 + 1/(46 + 1/(46 + 1/(46 + ...)))) = sqrt(530).
MAPLE
with(numtheory): Digits := 300: convert(evalf(sqrt(530)), confrac);
MATHEMATICA
Block[{$MaxExtraPrecision=1000}, ContinuedFraction[Sqrt[530], 100]] (* or *) PadRight[{23}, 100, {46}] (* Harvey P. Dale, Jul 14 2024 *)
CROSSREFS
KEYWORD
nonn,cofr,easy,less
AUTHOR
STATUS
approved