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!)
A206224 Floor(n^2/4) appears 1+floor(n/2) times. 0
0, 0, 1, 1, 2, 2, 4, 4, 4, 6, 6, 6, 9, 9, 9, 9, 12, 12, 12, 12, 16, 16, 16, 16, 16, 20, 20, 20, 20, 20, 25, 25, 25, 25, 25, 25, 30, 30, 30, 30, 30, 30, 36, 36, 36, 36, 36, 36, 36, 42, 42, 42, 42, 42, 42, 42, 49, 49, 49, 49, 49, 49, 49, 49, 56, 56, 56, 56, 56 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
LINKS
FORMULA
a(n) = floor((1/4)*(floor(sqrt(4*n+1))-1)^2)
= A002620(A000267(n)-1)
MAPLE
seq(floor((1/4)*(floor(sqrt(4*k+1))-1)^2), k=0..50)
MATHEMATICA
Flatten[Table[Table[Floor[n^2/4], {1 + Floor[n/2]}], {n, 0, 20}]] (* T. D. Noe, Feb 07 2012 *)
CROSSREFS
Sequence in context: A085237 A279891 A110870 * A035114 A202103 A333787
KEYWORD
nonn
AUTHOR
Mircea Merca, Feb 05 2012
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 August 12 12:28 EDT 2024. Contains 375092 sequences. (Running on oeis4.)