%I #12 Dec 19 2019 14:20:04
%S 1,2,10,55,754,18853,82931,70143802,11087020614,3243227117597,
%T 1772826333285009,1806938280429412270,3430002591378184399879,
%U 12137184871791092506807847,80047171080361800628780500638,983838070049011459232146327319193
%N Number of static n X n placements of water source-blocks in Minecraft.
%C In Minecraft worlds, a source block of water can be reacted with another source block, two blocks away, linearly or diagonally. This reaction creates a third "infinite" source block in the unoccupied intermediate block or blocks, so called because if the intermediate water source is destroyed or picked up by a player using a bucket, it will immediately regenerate itself.
%C A placement of water at several positions in an n X n board is said to be static if no infinite water sources are created that are not already present. In particular, the total quantity of water in the system is held constant.
%H EthosLab, <a href="https://youtu.be/9uIRD9sMBU0">Minecraft - Tutorial: Water</a>
%H Gus Wiseman, <a href="/A329871/a329871.png">The a(3) = 55 static placements of water source-blocks (black = water).</a>
%H Christopher Cormier, <a href="/A329871/a329871.cs.txt">C# Program</a>
%t vdist[v_,w_]:=Total[Abs[v-w]];
%t flowdown[prs_]:=Union[prs,With[{ovs=Select[Subsets[prs,{2}],vdist@@#==2&]},Union@@Function[{v,w},Select[Tuples[{Range[Min@@Union[First/@prs],Max@@Union[First/@prs]],Range[Min@@Union[Last/@prs],Max@@Union[Last/@prs]]}],vdist[v,#]==1&&vdist[w,#]==1&]]@@@ovs]];
%t Table[Length[Select[Subsets[Tuples[Range[n],2]],flowdown[#]==#&]],{n,0,3}]
%Y Dominates A273461.
%Y The one-dimensional case is A005251.
%Y Cf. A002416, A006498, A027624, A114901.
%K nonn
%O 0,2
%A _Gus Wiseman_, Nov 26 2019
%E a(5)-a(6) from _Christopher Cormier_, Dec 10 2019
%E a(7)-a(15) from _Christopher Cormier_, Dec 19 2019