OFFSET
0,3
REFERENCES
N. J. A. Sloane, A Handbook of Integer Sequences, Academic Press, 1973 (includes this sequence).
N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..100000
S. Kullback, M. Kupperman, and H. H. Ku, An application of information theory to the analysis of contingency tables, with a table of 2n ln n, n=1(1)10,000, J. Res. Nat. Bur. Standards Sect. B 66B (1962), pp. 217-243.
MATHEMATICA
Join[{0}, Table[Floor[2*n*Log[n] + 1/2], {n, 60}]] (* T. D. Noe, Aug 09 2012 *)
PROG
(Magma) [0] cat [Round(2*n*Log(n)): n in [1..60]]; // Vincenzo Librandi, Oct 21 2011
(PARI) a(n)=round(2*n*log(n)) \\ Charles R Greathouse IV, Apr 17 2012
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved