login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A040548
Continued fraction for sqrt(572).
1
23, 1, 10, 1, 46, 1, 10, 1, 46, 1, 10, 1, 46, 1, 10, 1, 46, 1, 10, 1, 46, 1, 10, 1, 46, 1, 10, 1, 46, 1, 10, 1, 46, 1, 10, 1, 46, 1, 10, 1, 46, 1, 10, 1, 46, 1, 10, 1, 46, 1, 10, 1, 46, 1, 10, 1, 46, 1, 10, 1, 46, 1, 10, 1, 46, 1, 10, 1, 46, 1, 10, 1, 46, 1, 10
OFFSET
0,1
FORMULA
From Amiram Eldar, Dec 27 2023: (Start)
Multiplicative with a(2) = 10, a(2^e) = 46 for e >= 2, and a(p^e) = 1 for an odd prime p.
Dirichlet g.f.: zeta(s) * (1 + 9/2^s + 9/2^(2*s-2)). (End)
MAPLE
with(numtheory): Digits := 300: convert(evalf(sqrt(572)), confrac);
MATHEMATICA
ContinuedFraction[Sqrt[572], 100] (* or *) PadRight[{23}, 100, {46, 1, 10, 1}] (* Harvey P. Dale, Sep 25 2020 *)
CROSSREFS
Sequence in context: A040545 A040546 A040547 * A189048 A040549 A069890
KEYWORD
nonn,cofr,easy,less,mult
STATUS
approved