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!)
A212455 a(n) = floor(2n*log(2n)). 8
1, 5, 10, 16, 23, 29, 36, 44, 52, 59, 68, 76, 84, 93, 102, 110, 119, 129, 138, 147, 156, 166, 176, 185, 195, 205, 215, 225, 235, 245, 255, 266, 276, 286, 297, 307, 318, 329, 339, 350, 361, 372, 383, 394, 404, 416, 427 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
Table[Floor[2*n*Log[2*n]], {n, 60}] (* Vincenzo Librandi, Feb 13 2013 *)
PROG
(Derive) PROG(y := [], x := 100, LOOP(IF(x = 0, RETURN y), y := ADJOIN(FLOOR(2·x·LOG(2·x)), y), x := x - 1))
(Magma) [Floor(2*n*Log(2*n)): n in [1..80]]; // Vincenzo Librandi, Feb 13 2013
(PARI) a(n)=2*n*log(2*n)\1 \\ Charles R Greathouse IV, Sep 04 2015
CROSSREFS
Sequence in context: A313938 A313939 A313940 * A052905 A365701 A306351
KEYWORD
easy,nonn
AUTHOR
Mohammad K. Azarian, May 31 2012
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 August 23 14:54 EDT 2024. Contains 375396 sequences. (Running on oeis4.)