login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A237886
Side length of smallest square containing n dominoes with short side lengths 1, 2, ..., n.
1
0, 2, 4, 6, 8, 11, 14, 17, 21, 24, 28, 32, 37, 41, 46, 50, 55, 60, 66, 71
OFFSET
0,2
COMMENTS
A domino with short side length k has dimensions k X 2k.
Terms a(5) to a(13) were found by Erich Friedman in 1998, a(14) to a(19) by Erich Friedman in January 2004.
a(n) >= ceiling(sqrt(n*(n + 1)*(2n + 1)/3)).
EXAMPLE
Illustration:
.
. - - a - - - a a - - - - - - - - a a b b
. a a a - - - b b b b - - c c c c c c b b
. b b b b b b b b - - c c c c c c b b
. b b b b c c c c c c c c c c c c b b
. c c c c c c d d d d d d d d
. c c c c c c d d d d d d d d
. d d d d d d d d
. d d d d d d d d
.
. 2 4 6 8
.
CROSSREFS
Sequence in context: A092777 A186380 A006463 * A212555 A328787 A339573
KEYWORD
nonn,hard,more
AUTHOR
Ivan Panchenko, Feb 15 2014
STATUS
approved