cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A050504 Integer part of n*log(n).

Original entry on oeis.org

0, 1, 3, 5, 8, 10, 13, 16, 19, 23, 26, 29, 33, 36, 40, 44, 48, 52, 55, 59, 63, 68, 72, 76, 80, 84, 88, 93, 97, 102, 106, 110, 115, 119, 124, 129, 133, 138, 142, 147, 152, 156, 161, 166, 171, 176, 180, 185, 190, 195, 200, 205, 210, 215, 220, 225
Offset: 1

Views

Author

N. J. A. Sloane, Dec 27 1999

Keywords

Comments

Additive basis of order 3: all nonnegative integers can be written as a sum of three elements from this sequence. It appears that other than 7, 12, and 25, all numbers can be written as the sum of two members of this sequence. - Charles R Greathouse IV, Apr 23 2012

Crossrefs

See A050503 for more information.

Programs

Formula

a(n) = floor(n*log(n)). - Enrique Pérez Herrero, Jul 29 2009