OFFSET
0,2
COMMENTS
Self-convolution of A019590. Up to a sign the convolutional inverse of the natural numbers sequence. - Tanya Khovanova, Jul 14 2007
Iterated partial sums give the chain A130713 -> A113311 -> A008574 -> A001844 -> A005900 -> A006325 -> A033455 -> A259181, up to index. The k-th term of the n-th partial sums is (n^2-7n+14 + 4k(k+n-4))(k+n-4)!/(k-1)!/(n-1)!, for k > 3-n. Iterating partial sums in reverse (n-th differences with n zeros prepended) gives row (n+3) of A182533, modulo signs and trailing zeros. - Travis Scott, Feb 19 2023
LINKS
Paul Barry, Centered polygon numbers, heptagons and nonagons, and the Robbins numbers, arXiv:2104.01644 [math.CO], 2021.
Dominika Závacká, Cristina Dalfó, and Miquel Angel Fiol, Integer sequences from k-iterated line digraphs, CEUR: Proc. 24th Conf. Info. Tech. - Appl. and Theory (ITAT 2024) Vol 3792, 156-161. See p. 161, Table 2.
FORMULA
G.f.: 1 + 2*x + x^2.
a(n) = binomial(2n, n^2). - Wesley Ivan Hurt, Mar 08 2014
MAPLE
MATHEMATICA
Table[Binomial[2 n, n^2], {n, 0, 100}] (* Wesley Ivan Hurt, Mar 08 2014 *)
CROSSREFS
KEYWORD
easy,nonn
AUTHOR
Paul Curtz and Tanya Khovanova, Jul 01 2007
STATUS
approved