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!)
A008238 a(n) = floor(n/4)*ceiling(n/4). 0
0, 0, 0, 0, 1, 2, 2, 2, 4, 6, 6, 6, 9, 12, 12, 12, 16, 20, 20, 20, 25, 30, 30, 30, 36, 42, 42, 42, 49, 56, 56, 56, 64, 72, 72, 72, 81, 90, 90, 90, 100, 110, 110, 110, 121, 132, 132, 132, 144, 156, 156, 156, 169, 182, 182 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,6
LINKS
FORMULA
G.f.: x^4/((1-x)^3*(1+x)*(1+x^2)^2). - R. J. Mathar, Mar 11 2012
a(n) = floor(n/4)*floor((n+3)/4). - Bruno Berselli, Jun 08 2017
MATHEMATICA
f[n_]:=Module[{c=n/4}, Floor[c]Ceiling[c]]; f/@Range[0, 70] (* Harvey P. Dale, Apr 23 2011 *)
CROSSREFS
Cf. A002265.
Sequence in context: A170887 A103265 A341695 * A218870 A264869 A292728
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 8 23:08 EDT 2024. Contains 372341 sequences. (Running on oeis4.)