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!)
A061263 a(n) = floor(n^3/9). 2
0, 0, 0, 3, 7, 13, 24, 38, 56, 81, 111, 147, 192, 244, 304, 375, 455, 545, 648, 762, 888, 1029, 1183, 1351, 1536, 1736, 1952, 2187, 2439, 2709, 3000, 3310, 3640, 3993, 4367, 4763, 5184, 5628, 6096, 6591, 7111, 7657, 8232, 8834, 9464, 10125, 10815, 11535 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
G.f.: x^3*(3-2*x+x^2) / ( (1+x+x^2)*(x-1)^4 ). - R. J. Mathar, Feb 20 2011
EXAMPLE
a(4) = floor(4^3 / 9) = floor(64/9) = 7.
PROG
(PARI) { for (n=0, 1000, write("b061263.txt", n, " ", n^3\9) ) } \\ Harry J. Smith, Jul 20 2009
CROSSREFS
Cf. A061105.
Sequence in context: A101302 A102948 A232533 * A156209 A076276 A296558
KEYWORD
easy,nonn,changed
AUTHOR
Henry Bottomley, Apr 24 2001
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 March 28 16:05 EDT 2024. Contains 371254 sequences. (Running on oeis4.)