OFFSET
0,3
COMMENTS
The Lai (2013) article contains many other sequences which should be added to the OEIS (e.g. the sequences in Theorems 15, 18, 21, 22 and Corollary 20).
LINKS
Tri Lai, New aspects of regions whose tilings are enumerated by perfect powers, Electronic Journal of Combinatorics, 20(4), 2013, #P31. See Th. 8.
MAPLE
f:=n-> if (n mod 2) = 0 then 5^((n/2)^2) elif (n mod 4) = 1 then 5^((n^2-1)/4) else 2*5^((n^2-1)/4); fi;
[seq(f(n), n=0..30)];
CROSSREFS
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Dec 17 2013
STATUS
approved