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”).

A040860
Continued fraction for sqrt(890).
1
29, 1, 4, 1, 58, 1, 4, 1, 58, 1, 4, 1, 58, 1, 4, 1, 58, 1, 4, 1, 58, 1, 4, 1, 58, 1, 4, 1, 58, 1, 4, 1, 58, 1, 4, 1, 58, 1, 4, 1, 58, 1, 4, 1, 58, 1, 4, 1, 58, 1, 4, 1, 58, 1, 4, 1, 58, 1, 4, 1, 58, 1, 4, 1, 58, 1, 4, 1, 58, 1, 4, 1, 58, 1, 4, 1, 58, 1, 4, 1, 58, 1, 4, 1
OFFSET
0,1
FORMULA
From Amiram Eldar, Jan 17 2024: (Start)
Multiplicative with a(2) = 4, a(2^e) = 58 for e >= 2, and a(p^e) = 1 for an odd prime p.
Dirichlet g.f.: zeta(s) * (1 + 3/2^s + 27/2^(2*s-1)). (End)
MAPLE
with(numtheory): Digits := 300: convert(evalf(sqrt(890)), confrac);
MATHEMATICA
ContinuedFraction[Sqrt[890], 120] (* or *) PadRight[{29}, 120, {58, 1, 4, 1}] (* Harvey P. Dale, Apr 08 2019 *)
CROSSREFS
Sequence in context: A040857 A040858 A040856 * A040859 A040861 A040862
KEYWORD
nonn,cofr,easy,mult
STATUS
approved