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!)
A349817 Number of 4 X n Fibonacci minimal checkerboards. 1
1, 15, 50, 254, 1202, 5774, 27650, 132494, 634802, 3041534, 14572850, 69822734, 334540802, 1602881294, 7679865650, 36796446974, 176302369202, 844715399054, 4047274626050, 19391657731214, 92911014030002, 445163412418814, 2132906048064050, 10219366827901454, 48963928091443202 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
a(n) is the number of tilings of a 4 X n board by monominoes and dominoes with all dominoes placed horizontally which cannot be decomposed into two or more such tilings placed end to end. - Andrew Howroyd, Feb 28 2023
LINKS
Yifan Zhang and George Grossman, A Combinatorial Proof for the Generating Function of Powers of the Fibonacci Sequence, Fib. Q., 55:3 (2017), 235-242.
FORMULA
Lemma 2.23 of Zhang-Grossman gives a formula.
G.f.: 1 - 1/B(x) where x*B(x) is the g.f. of A056571. - Andrew Howroyd, Feb 28 2023
EXAMPLE
a(2) = 15. Each row of a 4 X 2 board can be tiled with either a domino or two monominoes giving a total of 2^4 = 16 tilings. The tiling consisting of all monominoes is not minimal so a(2) = 16 - 1 = 15. - Andrew Howroyd, Feb 28 2023
PROG
(PARI) \\ x*F(n, 4) gives g.f. of A056571.
F(n, k)=sum(i=0, n, fibonacci(i+1)^k*x^i, O(x*x^n))
Vec(1 - 1/F(25, 4)) \\ Andrew Howroyd, Feb 28 2023
CROSSREFS
Cf. A056571.
Sequence in context: A318084 A191746 A029941 * A278909 A194851 A075928
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Dec 24 2021
EXTENSIONS
Terms a(11) and beyond from Andrew Howroyd, Feb 28 2023
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 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)