login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A036487 [ (n^3)/2 ]. 9
0, 0, 4, 13, 32, 62, 108, 171, 256, 364, 500, 665, 864, 1098, 1372, 1687, 2048, 2456, 2916, 3429, 4000, 4630, 5324, 6083, 6912, 7812, 8788, 9841, 10976, 12194, 13500, 14895, 16384, 17968, 19652, 21437, 23328, 25326, 27436, 29659, 32000 (list; graph; refs; listen; history; internal format)
OFFSET

0,3

LINKS

Enrique Pérez Herrero, Table of n, a(n) for n = 0..10000

Index to sequences with linear recurrences with constant coefficients, signature (3,-2,-2,3,-1).

FORMULA

G.f. x^2*(4+x+x^2) / ( (1+x)*(x-1)^4 ). - R. J. Mathar, Jan 29 2011

MAPLE

[ seq(floor((n^3)/2), n=0..100) ];

MATHEMATICA

A036487[n_]:=Floor[n^3/2]

PROG

(Other) sage: [floor(n^3/2) for n in xrange(0, 41)]# [From Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Dec 02 2009]

CROSSREFS

Sequence in context: A106337 A027998 A026567 * A184632 A011936 A037235

Adjacent sequences:  A036484 A036485 A036486 * A036488 A036489 A036490

KEYWORD

nonn

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com).

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 14 08:58 EST 2012. Contains 205614 sequences.