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!)
A212293 Integer part of n*log(n)^2. 1
0, 0, 3, 7, 12, 19, 26, 34, 43, 53, 63, 74, 85, 97, 110, 122, 136, 150, 164, 179, 194, 210, 226, 242, 259, 275, 293, 310, 328, 347, 365, 384, 403, 422, 442, 462, 482, 502, 523, 544, 565, 586, 608, 630, 652, 674, 696, 719, 742, 765, 788, 811, 835, 859, 883, 907, 931, 956 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
Charles R Greathouse IV, Table of n, a(n) for n = 1..10000
FORMULA
a(n) = floor(n*log(n)^2).
MATHEMATICA
Table[Floor[n Log[n]^2], {n, 60}] (* Harvey P. Dale, Oct 24 2018 *)
PROG
(PARI) a(n)=n*log(n)^2\1
CROSSREFS
Cf. A050504.
Sequence in context: A065390 A171835 A324125 * A360921 A194102 A006317
KEYWORD
nonn,easy
AUTHOR
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 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)