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!)
A062722 a(n) = ceiling(n/3)*round(n/4). 0
0, 0, 1, 1, 2, 2, 4, 6, 6, 6, 12, 12, 12, 15, 20, 20, 24, 24, 30, 35, 35, 35, 48, 48, 48, 54, 63, 63, 70, 70, 80, 88, 88, 88, 108, 108, 108, 117, 130, 130, 140, 140, 154, 165, 165, 165, 192, 192, 192, 204, 221, 221, 234, 234, 252, 266, 266, 266, 300, 300, 300, 315 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
LINKS
PROG
(PARI) j=[]; for(n=0, 150, j=concat(j, ceil(n/3)*round(n/4))); j
CROSSREFS
Sequence in context: A045999 A075569 A338276 * A160731 A323647 A302928
KEYWORD
nonn
AUTHOR
Jason Earls, Jul 14 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 April 25 08:27 EDT 2024. Contains 371964 sequences. (Running on oeis4.)