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!)
A025205 a(n) = floor(Sum_{k=2..n} log(k)^2). 0

%I #9 Aug 26 2015 01:49:46

%S 0,1,3,6,9,13,17,22,27,33,39,46,53,60,68,76,84,93,102,111,120,130,140,

%T 151,161,172,183,195,206,218,230,242,255,267,280,293,306,320,334,347,

%U 361,375,390,404,419,434,449,464,479,495,510,526,542,558,574,591,607,624,640,657

%N a(n) = floor(Sum_{k=2..n} log(k)^2).

%t Table[Floor[Sum[Log[i]^2, {i, 2, n}]], {n, 2, 100}] (* _Stefan Steinerberger_, May 14 2006 *)

%K nonn

%O 2,3

%A _Clark Kimberling_

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 19 10:31 EDT 2024. Contains 371791 sequences. (Running on oeis4.)