OFFSET
1,2
LINKS
John Mason, Table of n, a(n) for n = 1..50
R. J. Mathar, Illustration of shapes up to 7-ominoes
Ed Pegg, Jr., Illustrations of polyforms
M. Vicher, Polyforms
M. Vicher, The 21 5-celled rectangular polyominoes
M. Vicher, The 21 5-celled rectangular polyominoes
Eric Weisstein's World of Mathematics, Polyrect [From Eric W. Weisstein, Apr 24 2009]
Wikipedia, Polyomino
FORMULA
MATHEMATICA
A[s_] := With[{s6 = StringPadLeft[ToString[s], 6, "0"]}, Cases[Import[ "https://oeis.org/A" <> s6 <> "/b" <> s6 <> ".txt", "Table"], {_, _} ][[All, 2]]];
a[n_] := 2*A006749[[n]] + 2*A006746[[n]] + A006748[[n]] + 2*A006747[[n]] + 2*A056877[[n]] + A056878[[n]] + A144553[[n]] + A142886[[n + 1]];
Array[a, 28] (* Jean-François Alcover, Mar 26 2020 *)
CROSSREFS
KEYWORD
nice,nonn,hard
AUTHOR
James A. Sellers, Aug 28 2000
EXTENSIONS
Edited by N. J. A. Sloane, Apr 25, 2001
Two more terms from Ed Pegg Jr, May 13 2009
a(13)-a(18) from Joseph Myers, Nov 15 2010
a(19)-a(28) from Andrew Howroyd, Dec 04 2018
STATUS
approved