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!)
A090855 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 2^n. 3
1, 4, 10, 24, 55, 127, 288, 640, 1408, 3069, 6642, 14281, 30544, 65028, 137896, 291399, 613885, 1289715, 2702909, 5652038, 11795170, 24570079, 51095155, 106092067, 219972452, 455493427, 942031726, 1946056082, 4015916211 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
floor( agm(a(n), 1) ) = 2^n, for n>=0.
MATHEMATICA
Flatten[{1, Table[Ceiling[y /. FindRoot[Log[Pi/(2*EllipticK[1 - y^2])] == n*Log[2], {y, n*2^n}, MaxIterations -> 1000]], {n, 1, 50}]}] (* Vaclav Kotesovec, Sep 28 2019 *)
CROSSREFS
Sequence in context: A273228 A291727 A291224 * A052252 A087447 A129953
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Dec 10 2003
STATUS
approved

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 April 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)