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

A084895
Decimal expansion of agm(1, 3), the arithmetic-geometric mean of 1 and 3.
4
1, 8, 6, 3, 6, 1, 6, 7, 8, 3, 2, 4, 4, 8, 9, 6, 5, 4, 2, 3, 5, 5, 6, 8, 9, 0, 3, 1, 0, 2, 4, 2, 7, 0, 5, 9, 5, 1, 5, 7, 5, 3, 2, 8, 5, 6, 8, 2, 6, 8, 5, 3, 7, 2, 2, 2, 2, 0, 4, 4, 1, 2, 2, 6, 9, 7, 8, 3, 2, 5, 7, 9, 4, 5, 7, 9, 3, 5, 7, 2, 2, 3, 4, 1, 2, 7, 7, 7, 7, 9, 6, 6, 1, 4, 7, 2, 7, 7, 0, 9, 8, 4
OFFSET
1,2
LINKS
Eric Weisstein's World of Mathematics, Arithmetic-Geometric Mean
EXAMPLE
1.8636167832448965423556890310242705951575328568268537222204412269783257945...
MAPLE
evalf(GaussAGM(1, 3), 144); # Alois P. Heinz, Jul 04 2023
MATHEMATICA
RealDigits[ArithmeticGeometricMean[1, 3], 10, 120][[1]] (* Vincenzo Librandi, Mar 12 2015 *)
RealDigits[N[Pi/EllipticK[1/4], 102]][[1]] (* Jean-François Alcover, Jun 02 2019 *)
PROG
(PARI) agm(1, 3) \\ Michel Marcus, Jun 02 2019
CROSSREFS
Cf. A068521 (agm(1,2)), A084896 (agm(1,4)), A084897 (agm(1,5)).
Sequence in context: A196773 A197824 A085666 * A154719 A356034 A263181
KEYWORD
nonn,cons,easy
AUTHOR
Eric W. Weisstein, Jun 10 2003
STATUS
approved