login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 


A242669
a(n) = n*floor(n/3).
5
0, 0, 0, 3, 4, 5, 12, 14, 16, 27, 30, 33, 48, 52, 56, 75, 80, 85, 108, 114, 120, 147, 154, 161, 192, 200, 208, 243, 252, 261, 300, 310, 320, 363, 374, 385, 432, 444, 456, 507, 520, 533, 588, 602, 616, 675, 690, 705, 768, 784, 800, 867, 884, 901, 972, 990
OFFSET
0,4
COMMENTS
For n = 0, 1, 2, 4, 8, 49, 98, 676, 1352, 9409, 18818, 131044, 262088, 1825201, 3650402, ... a(n) is a square.
FORMULA
G.f.: x^3*(3 + x + x^2 + x^3)/((1 - x)^3*(1 + x + x^2)^2).
a(3m) = A033428(m), a(3m+1) = A049451(m), a(3m+2) = A045944(m).
Sum_{n>=3} (-1)^(n+1)/a(n) = 9/4 + Pi^2/36 - Pi/(2*sqrt(3)) - 2*log(2). - Amiram Eldar, Mar 30 2023
MATHEMATICA
Table[n Floor[n/3], {n, 0, 60}]
PROG
(Magma) [n*Floor(n/3): n in [0..60]];
(Sage) [n*floor(n/3) for n in (0..60)];
(PARI) a(n)=n\3*n \\ Charles R Greathouse IV, Oct 07 2015
CROSSREFS
Cf. A000290 (n^2), A010762 (floor(n/2)*floor(n/3)), A093353 (n*floor(n/2)), A213033 (n*floor(n/2)*floor(n/3)), A233035 (n*floor(n/4)).
Cf. A002264 (floor(n/3)).
Sequence in context: A077034 A076601 A372590 * A090829 A374221 A236244
KEYWORD
nonn,easy
AUTHOR
Bruno Berselli, Jul 01 2014
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | 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 September 22 21:48 EDT 2024. Contains 376140 sequences. (Running on oeis4.)