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!)
A235707 Floor(n^2 * log(n)). 1
0, 2, 9, 22, 40, 64, 95, 133, 177, 230, 290, 357, 433, 517, 609, 709, 818, 936, 1062, 1198, 1342, 1496, 1658, 1830, 2011, 2202, 2402, 2612, 2831, 3061, 3300, 3548, 3807, 4076, 4355, 4644, 4943, 5252, 5572, 5902, 6242, 6593, 6954, 7326, 7708, 8101, 8504, 8919 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
Table[Floor[n^2 Log[n]], {n, 1, 50}] (* Vincenzo Librandi, Apr 22 2014 *)
PROG
(Python)
import math
for n in range(1, 100): print str(int(n*n*math.log(n)))+', ',
(Magma) [Floor(n^2 * Log(n)): n in [1..50]]; // Vincenzo Librandi, Apr 22 2014
CROSSREFS
Cf. A050504.
Sequence in context: A259702 A284923 A343850 * A056105 A323891 A212069
KEYWORD
nonn,easy
AUTHOR
Alex Ratushnyak, Apr 20 2014
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 July 9 04:17 EDT 2024. Contains 374171 sequences. (Running on oeis4.)