cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

Showing 1-10 of 14 results. Next

A127759 Integer part of Gauss's Arithmetic-Geometric Mean M(1,n^3).

Original entry on oeis.org

1, 3, 9, 18, 31, 50, 74, 105, 143, 189, 243, 307, 380, 463, 557, 663, 780, 910, 1054, 1211, 1382, 1569, 1770, 1988, 2222, 2473, 2742, 3029, 3334, 3659, 4003, 4368, 4753, 5159, 5587, 6038, 6511, 7008, 7528, 8072, 8642, 9236, 9857, 10503, 11177, 11877
Offset: 1

Views

Author

Artur Jasinski, Jan 28 2007

Keywords

Crossrefs

Programs

  • Mathematica
    Table[Floor[ArithmeticGeometricMean[1, n^3]], {n, 1, 100}]

Formula

a(n) ~ Pi*n^3/(6*log(n) + 4*log(2)). - Vaclav Kotesovec, May 09 2016

A127760 Integer part of Gauss's Arithmetic-Geometric Mean M(1,n^4).

Original entry on oeis.org

1, 6, 22, 58, 125, 238, 411, 663, 1012, 1482, 2094, 2875, 3852, 5052, 6508, 8250, 10314, 12735, 15550, 18798, 22521, 26760, 31559, 36965, 43023, 49783, 57296, 65612, 74786, 84873, 95929, 108011, 121181, 135498, 151026, 167829, 185971
Offset: 1

Views

Author

Artur Jasinski, Jan 28 2007

Keywords

Crossrefs

Programs

  • Mathematica
    Table[Floor[ArithmeticGeometricMean[1, n^4]], {n, 1, 100}]

Formula

a(n) ~ Pi*n^4/(8*log(n) + 4*log(2)). - Vaclav Kotesovec, May 09 2016

A127761 Integer part of Gauss's Arithmetic-Geometric Mean M(1,n^5).

Original entry on oeis.org

1, 10, 55, 193, 520, 1180, 2375, 4368, 7496, 12177, 18913, 28301, 41040, 57936, 79912, 108011, 143406, 187403, 241453, 307153, 386256, 480675, 592494, 723966, 877529, 1055804, 1261606, 1497950, 1768053, 2075346, 2423475, 2816310, 3257951
Offset: 1

Views

Author

Artur Jasinski, Jan 28 2007

Keywords

Crossrefs

Programs

  • Mathematica
    Table[Floor[ArithmeticGeometricMean[1, n^5]], {n, 1, 100}]

Formula

a(n) ~ Pi*n^5/(10*log(n) + 4*log(2)). - Vaclav Kotesovec, May 09 2016

A127762 Integer part of Gauss's Arithmetic-Geometric Mean M(2,n^2).

Original entry on oeis.org

1, 2, 4, 7, 10, 13, 16, 20, 25, 29, 34, 39, 45, 51, 57, 64, 71, 78, 86, 93, 102, 110, 119, 128, 137, 147, 157, 167, 177, 188, 199, 210, 222, 234, 246, 258, 271, 284, 297, 311, 325, 339, 353, 368, 382, 398, 413, 429, 444, 461, 477, 494, 511, 528, 545, 563, 581
Offset: 1

Views

Author

Artur Jasinski, Jan 28 2007

Keywords

Crossrefs

Programs

  • Mathematica
    Table[Floor[ArithmeticGeometricMean[2, n^2]], {n, 1, 100}]

Formula

a(n) ~ Pi*n^2/(4*log(n) + 2*log(2)). - Vaclav Kotesovec, May 09 2016

A127763 Integer part of Gauss's Arithmetic-Geometric Mean M(2,n).

Original entry on oeis.org

1, 2, 2, 2, 3, 3, 4, 4, 4, 5, 5, 5, 6, 6, 6, 7, 7, 7, 8, 8, 8, 9, 9, 9, 10, 10, 10, 10, 11, 11, 11, 12, 12, 12, 12, 13, 13, 13, 14, 14, 14, 14, 15, 15, 15, 15, 16, 16, 16, 17, 17, 17, 17, 18, 18, 18, 18, 19, 19, 19, 19, 20, 20, 20, 20, 21, 21, 21, 21, 22, 22, 22, 23, 23, 23, 23, 24
Offset: 1

Views

Author

Artur Jasinski, Jan 28 2007

Keywords

Crossrefs

Programs

  • Mathematica
    Table[Floor[ArithmeticGeometricMean[2, n]], {n, 1, 100}]

Formula

a(n) ~ Pi*n/(2*log(2*n)). - Vaclav Kotesovec, May 09 2016

A127764 Integer part of Gauss's Arithmetic-Geometric Mean M(2,n^3).

Original entry on oeis.org

1, 4, 10, 20, 35, 55, 82, 116, 157, 206, 265, 333, 411, 500, 601, 714, 839, 978, 1130, 1298, 1480, 1678, 1892, 2123, 2371, 2637, 2922, 3225, 3548, 3892, 4256, 4641, 5047, 5477, 5928, 6404, 6903, 7426, 7974, 8548, 9148, 9774, 10427, 11108, 11816, 12553
Offset: 1

Views

Author

Artur Jasinski, Jan 28 2007

Keywords

Crossrefs

Programs

  • Mathematica
    Table[Floor[ArithmeticGeometricMean[2, n^3]], {n, 1, 100}]

Formula

a(n) ~ Pi*n^3/(6*log(n) + 2*log(2)). - Vaclav Kotesovec, May 09 2016

A127765 Integer part of Gauss's Arithmetic-Geometric Mean M(2,n^4).

Original entry on oeis.org

1, 7, 25, 64, 137, 258, 444, 714, 1086, 1586, 2236, 3063, 4096, 5364, 6899, 8736, 10909, 13455, 16414, 19826, 23734, 28181, 33212, 38876, 45221, 52297, 60158, 68856, 78447, 88988, 100537, 113155, 126903, 141845, 158045, 175570, 194487
Offset: 1

Views

Author

Artur Jasinski, Jan 28 2007

Keywords

Crossrefs

Programs

  • Mathematica
    Table[Floor[ArithmeticGeometricMean[2, n^4]], {n, 1, 100}]

Formula

a(n) ~ Pi*n^4/(8*log(n) + 2*log(2)). - Vaclav Kotesovec, May 09 2016

A127766 Integer part of Gauss's Arithmetic-Geometric Mean M(2,n^5).

Original entry on oeis.org

1, 12, 61, 210, 561, 1265, 2532, 4641, 7941, 12868, 19946, 29796, 43144, 60828, 83804, 113155, 150095, 195980, 252310, 320738, 403077, 501308, 617581, 754227, 913762, 1098894, 1312530, 1557780, 1837964, 2156622, 2517514, 2924630, 3382196
Offset: 1

Views

Author

Artur Jasinski, Jan 28 2007

Keywords

Crossrefs

Programs

  • Mathematica
    Table[Floor[ArithmeticGeometricMean[2, n^5]], {n, 1, 100}]

Formula

a(n) ~ Pi*n^5/(10*log(n) + 2*log(2)). - Vaclav Kotesovec, May 09 2016

A332092 Decimal expansion of Arithmetic-geometric mean AGM(1, 2, 2) defined as limit of the sequence x(n+1) = P(x(n)) with x(0) = (1, 2, 2) and P(a,b,c) = ((a + b + c)/3, sqrt((ab + ac + bc)/3), (abc)^(1/3)).

Original entry on oeis.org

1, 6, 2, 8, 8, 5, 8, 0, 8, 8, 8, 4, 4, 9, 3, 8, 8, 4, 0, 7, 7, 6, 2, 9, 0, 2, 7, 7, 9, 8, 8, 7, 0, 8, 0, 4, 7, 6, 5, 7, 6, 3, 7, 5, 2, 8, 3, 3, 6, 2, 6, 9, 0, 3, 6, 4, 7, 6, 0, 3, 4, 7, 8, 8, 3, 6, 7, 3, 5, 9, 6, 6, 2, 2, 2, 9, 8, 9, 4, 8, 9, 1, 1, 9, 9, 0, 8, 5, 3, 5, 7, 5, 0, 2, 6, 0, 1, 4, 3, 1, 5
Offset: 1

Views

Author

M. F. Hasler, Sep 18 2020

Keywords

Comments

The Arithmetic-geometric mean of two values, AGM(x,y), is the limit of the sequence defined by iterations of (x,y) -> ((x+y)/2, sqrt(xy)). This can be generalized to any number of m variables by taking the vector of the k-th roots of the normalized k-th elementary symmetric polynomials in these variables, i.e., the average of all products of k among these m variables, with k = 1 .. m. After each iteration these m components are in strictly decreasing order unless they are all equal. Once they are in this order, the first one is strictly decreasing, the last one is strictly increasing, therefore they must all have the same limit.
Has this multi-variable AGM already been studied somewhere? Any contributions in that sense are welcome. (Other generalizations have also been proposed, cf. comments on StackExchange.)

Examples

			1.62885808884493884077629027798870804765763752833626903647603...
		

Crossrefs

Cf. other sequences related to the AGM (of two numbers): A061979, A080504, A090852 ff, A127758 ff.

Programs

  • PARI
    f(k,x,S)={forvec(i=vector(k,i,[1,#x]), S+=vecprod(vecextract(x,i)),2); S/binomial(#x,k)} \\ normalized k-th elementary symmetric polynomial in x
    AGM(x)={until(x[1]<=x[#x],x=[sqrtn(f(k,x),k)|k<-[1..#x]]);vecsum(x)/#x}
    default(realprecision,100);digits(AGM([1,2,2])\.1^100)

A332093 Decimal expansion of Arithmetic-geometric mean AGM(1, 2, 3) defined as limit of the sequence x(n+1) = P(x(n)) with x(0) = (1, 2, 3) and P(a,b,c) = ((a + b + c)/3, sqrt((ab + ac + bc)/3), (abc)^(1/3)).

Original entry on oeis.org

1, 9, 0, 9, 9, 2, 6, 2, 3, 3, 5, 4, 0, 8, 1, 5, 3, 2, 3, 7, 2, 2, 6, 7, 5, 1, 0, 9, 7, 8, 7, 5, 3, 3, 5, 5, 9, 1, 3, 5, 6, 2, 4, 4, 0, 8, 0, 2, 7, 2, 8, 4, 0, 5, 8, 3, 3, 8, 8, 5, 5, 5, 6, 8, 6, 6, 0, 2, 6, 6, 2, 8, 7, 1, 3, 2, 4, 5, 7, 9, 5, 1, 2, 7, 9, 9, 6, 1, 6, 7, 6, 1, 7, 5, 6, 4, 9, 8, 3, 2, 6
Offset: 1

Views

Author

M. F. Hasler, Sep 18 2020

Keywords

Comments

The Arithmetic-geometric mean of two values, AGM(x,y), is the limit of the sequence defined by iterations of (x,y) -> ((x+y)/2, sqrt(xy)). This can be generalized to any number of m variables by taking the vector of the k-th roots of the normalized k-th elementary symmetric polynomials in these variables, i.e., the average of all products of k among these m variables, with k = 1 .. m. After each iteration these m components are in strictly decreasing order unless they are all equal. Once they are in this order, the first one is strictly decreasing, the last one is strictly increasing, therefore they both converge, and their limits (thus that of all components) must be the same.
Has this multi-variable AGM already been studied somewhere? Any references in that sense or formulas are welcome.
Other 3-argument generalizations of the AGM have been proposed, which all give different values whenever the three arguments are not all equal: replacing P(a,b,c) by (agm(a,b), agm(b,c), agm(a,c)) or (agm(a,agm(b,c)), cyclic...) one gets 1.9091574... resp. 1.9091504..., but these are less straightforwardly generalized to a symmetric function in more than 3 arguments. Using the average of the k-th roots rather than the root of the average (normalized elementary symmetric polynomial) yields 1.89321.... See the two StackExchange links and discussion on the math-fun list. [Edited by M. F. Hasler, Sep 23 2020]

Examples

			1.90992623354081532372267510978753355913562440802728405833885556866...
		

Crossrefs

Cf. A332091 = AGM(1,1,2), A332092 = AGM(1,2,2).
Cf. other sequences related to the AGM (of two numbers): A061979, A080504, A090852 ff, A127758 ff.

Programs

  • PARI
    f(k,x,S)={forvec(i=vector(k,i,[1,#x]), S+=vecprod(vecextract(x,i)),2); S/binomial(#x,k)} \\ normalized k-th elementary symmetric polynomial in x
    AGM(x)={until(x[1]<=x[#x],x=[sqrtn(f(k,x),k)|k<-[1..#x]]);vecsum(x)/#x}
    default(realprecision,100);digits(AGM([1,2,3])\.1^100)
Showing 1-10 of 14 results. Next