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!)
A316681 a(n) = floor(n*log(n)/2). 0
0, 0, 1, 2, 4, 5, 6, 8, 9, 11, 13, 14, 16, 18, 20, 22, 24, 26, 27, 29, 31, 34, 36, 38, 40, 42, 44, 46, 48, 51, 53, 55, 57, 59, 62, 64, 66, 69, 71, 73, 76, 78, 80, 83, 85, 88, 90, 92, 95, 97, 100, 102, 105, 107, 110, 112, 115, 117, 120, 122, 125, 127 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
LINKS
EXAMPLE
a(1) = floor(1*log(1)/2) = 0;
a(2) = floor(2*log(2)/2) = 0.
MATHEMATICA
Array[Floor[#*Log[#]/2] &, 70] (* Robert G. Wilson v, Jul 21 2018 *)
PROG
(PARI) a(n) = floor(n*log(n)/2); \\ Michel Marcus, Jul 13 2018
CROSSREFS
Cf. A050504.
Sequence in context: A099797 A004059 A189404 * A161793 A270970 A188092
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 May 9 18:53 EDT 2024. Contains 372354 sequences. (Running on oeis4.)