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!)
A234363 a(n) = floor(agm(n, triangular(n))), where agm denotes the arithmetic-geometric mean. 2

%I #10 Feb 24 2018 17:22:07

%S 0,1,2,4,6,9,12,15,19,23,27,32,37,42,48,54,60,66,73,80,88,95,103,111,

%T 120,129,138,147,156,166,176,187,197,208,219,231,242,254,267,279,292,

%U 305,318,331,345,359,373,388,402,417,432,448,464,479,496,512,529,546

%N a(n) = floor(agm(n, triangular(n))), where agm denotes the arithmetic-geometric mean.

%F a(n) ~ Pi*n^2/(4*log(2*n)). - _Vaclav Kotesovec_, May 09 2016

%t Table[Floor[ArithmeticGeometricMean[n,(n(n+1))/2]],{n,0,60}] (* _Harvey P. Dale_, Aug 17 2014 *)

%Y Cf. A000217, A061979, A076145, A234362.

%K nonn

%O 0,3

%A _Alex Ratushnyak_, Dec 24 2013

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 11:16 EDT 2024. Contains 371936 sequences. (Running on oeis4.)