OFFSET
0,3
COMMENTS
This is the square root of the g.f. for planar partitions (A000219).
EXAMPLE
1, 1/2, 11/8, 37/16, 563/128, 1695/256, 12255/1024, 36333/2048, 972867/32768, ...
MAPLE
mul( 1/(1-x^k)^(k/2), k=1..29) ;
taylor(%, x=0, 29) ;
gfun[seriestolist](%) ;
map(numer, %) ; # R. J. Mathar, Dec 08 2013
CROSSREFS
KEYWORD
nonn,frac
AUTHOR
N. J. A. Sloane, Dec 07 2013
STATUS
approved