N-Block Tetris Shapes



When I was in elementary school I asked myself: Is there a formula F(n)
for calculating the number of different n-block Tetris shapes? At that
time I manually enumerated F(1) to F(6): 1, 1, 2, 7, 18, 1??. (The
manuscript got lost and I can't recall the exact result for F(6)).

Later I saw a computer program that automatically counted F(n) and
optionally printed every different n-block shape on screen. It was a
moderately optimized complete search algorithm.

Now I want to ask whether there is an existing least time-consuming
algorithm for getting F(n)? Or is it in theory possible to design such
an algorithm?

Regards,
Yao

.



Relevant Pages

  • N-Block Tetris Shapes
    ... for calculating the number of different n-block Tetris shapes? ... manuscript got lost and I can't recall the exact result for F). ... moderately optimized complete search algorithm. ...
    (comp.theory)
  • N-Block Tetris Shapes
    ... for calculating the number of different n-block Tetris shapes? ... manuscript got lost and I can't recall the exact result for F). ... moderately optimized complete search algorithm. ...
    (comp.theory)
  • N-Block Tetris Shapes
    ... for calculating the number of different n-block Tetris shapes? ... manuscript got lost and I can't recall the exact result for F). ... moderately optimized complete search algorithm. ...
    (comp.theory)
  • Re: N-Block Tetris Shapes
    ... > When I was in elementary school I asked myself: ... > for calculating the number of different n-block Tetris shapes? ... > moderately optimized complete search algorithm. ...
    (comp.theory)