The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A090852 a(n) is the least positive integer such that the integer part of the arithmetic-geometric mean of a(n) and 1 is equal to n. 10

%I #12 Sep 28 2019 04:27:29

%S 1,4,7,10,13,16,20,24,27,31,35,39,43,47,51,55,60,64,68,73,77,81,86,90,

%T 95,100,104,109,113,118,123,127,132,137,142,146,151,156,161,166,171,

%U 176,181,186,191,196,201,206,211,216,221,226,231,236,241,246,251,256,262

%N a(n) is the least positive integer such that the integer part of the arithmetic-geometric mean of a(n) and 1 is equal to n.

%H Vaclav Kotesovec, <a href="/A090852/b090852.txt">Table of n, a(n) for n = 1..10000</a>

%F floor( agm(a(n), 1) ) = n, for n>=1.

%t Table[Ceiling[y /. FindRoot[Pi/(2*EllipticK[1 - y^2]) == n, {y, 2*n}]], {n, 1, 60}] (* _Vaclav Kotesovec_, Sep 28 2019 *)

%Y Cf. A090853, A090854.

%K nonn

%O 1,2

%A _Paul D. Hanna_, Dec 10 2003

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 21 04:19 EDT 2024. Contains 372720 sequences. (Running on oeis4.)