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!)
A082644 a(n) = floor(n*(n-1/2)/2). 0
0, 0, 1, 3, 7, 11, 16, 22, 30, 38, 47, 57, 69, 81, 94, 108, 124, 140, 157, 175, 195, 215, 236, 258, 282, 306, 331, 357, 385, 413, 442, 472, 504, 536, 569, 603, 639, 675, 712, 750, 790, 830, 871, 913, 957, 1001, 1046, 1092, 1140, 1188, 1237, 1287, 1339, 1391, 1444, 1498 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
a(n) = floor(n^3/(2n+1)). - Gary Detlefs, Feb 11 2010
a(n) = (4*n!/(n-2)!+2*n-3+(-1)^n+(-1)^(n/2)-(-1)^((n+1)/2)+(-1)^(-n/2)-(-1)^(-(n+1)/2))/8. - Wesley Ivan Hurt, May 19 2016
MAPLE
seq(floor(n^3/(2*n+1)), n=0..25); # Gary Detlefs, Feb 11 2010
MATHEMATICA
Table[Floor[n^3/(2 n + 1)], {n, 0, 60}] (* Wesley Ivan Hurt, May 19 2016 *)
PROG
(Magma) [Floor(n^3/(2*n+1)) : n in [0..60]]; // Wesley Ivan Hurt, May 19 2016
CROSSREFS
Sequence in context: A022821 A001618 A118027 * A131024 A053982 A118000
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, May 16 2003
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 1 23:54 EDT 2024. Contains 372178 sequences. (Running on oeis4.)