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!)
A247121 Number of tilings of a 5 X 2n rectangle using 2n pentominoes of shapes P, U. 2
1, 2, 12, 56, 248, 1184, 5472, 25376, 118208, 548864, 2550912, 11856896, 55098368, 256070144, 1190065152, 5530658816, 25703241728, 119453057024, 555145224192, 2579979739136, 11990182412288, 55723107221504, 258967268524032, 1203523043065856, 5593246378754048 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
Wikipedia, Pentomino
FORMULA
G.f.: (4*x^3-1)/(20*x^3+8*x^2+2*x-1).
EXAMPLE
a(2) = 12:
._______. ._______. ._______. ._______.
| | | | ._| | | ._| | | ._| |
| ._| ._| |___| | | |_____| | |_____|
|_| |_| | | |___| |___| | |___|_. |
| | | | ._| | | |_. | | ._| |
|___|___| (*4) |_|_____| (*2) |_____|_| (*4) |___|___| (*2) .
MAPLE
a:= n-> ceil((<<0|1|0>, <0|0|1>, <20|8|2>>^(n-1). <<2, 12, 56>>)[1, 1]):
seq(a(n), n=0..30);
CROSSREFS
Sequence in context: A020522 A037130 A181298 * A078543 A084128 A044047
KEYWORD
nonn
AUTHOR
Alois P. Heinz, Nov 19 2014
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 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)