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!)
A084481 Number of fault-free tilings of a 4 X 2n rectangle with L tetrominoes. 6
2, 6, 10, 18, 38, 84, 186, 410, 904, 1994, 4398, 9700, 21394, 47186, 104072, 229538, 506262, 1116596, 2462730, 5431722, 11980040, 26422810, 58277342, 128534724, 283492258, 625261858, 1379058440, 3041609138, 6708480134, 14796018708, 32633646554, 71975773242 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Fault-free tilings are those where the only straight interface is at the left and right end. Thus a(n) <= A084480(n).
If the conjectured G.F. in A183304 is true, then a(n)= 2*A183304(n-1), n>3. - R. J. Mathar, Dec 02 2022
LINKS
FORMULA
G.f.: 2*z*(1+z)^2*(1-z-z^3) / (1-2*z-z^3).
a(n) = 2*a(n-1) + a(n-3) for n>6. - Colin Barker, Mar 28 2017
PROG
(PARI) Vec(2*x*(1 + x)^2*(1 - x - x^3) / (1 - 2*x - x^3) + O(x^30)) \\ Colin Barker, Mar 28 2017
CROSSREFS
Sequence in context: A174316 A095357 A095358 * A006553 A054273 A127567
KEYWORD
nonn,easy
AUTHOR
Ralf Stephan, May 27 2003
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 11:39 EDT 2024. Contains 371969 sequences. (Running on oeis4.)