cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A130713 a(0)=a(2)=1, a(1)=2, a(n)=0 for n > 2.

This page as a plain text file.
%I A130713 #40 Nov 01 2024 12:44:58
%S A130713 1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
%T A130713 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
%U A130713 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
%N A130713 a(0)=a(2)=1, a(1)=2, a(n)=0 for n > 2.
%C A130713 Self-convolution of A019590. Up to a sign the convolutional inverse of the natural numbers sequence. - _Tanya Khovanova_, Jul 14 2007
%C A130713 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
%H A130713 Paul Barry, <a href="https://arxiv.org/abs/2104.01644">Centered polygon numbers, heptagons and nonagons, and the Robbins numbers</a>, arXiv:2104.01644 [math.CO], 2021.
%H A130713 Dominika Závacká, Cristina Dalfó, and Miquel Angel Fiol, <a href="https://ceur-ws.org/Vol-3792/paper19.pdf">Integer sequences from k-iterated line digraphs</a>, CEUR: Proc. 24th Conf. Info. Tech. - Appl. and Theory (ITAT 2024) Vol 3792, 156-161. See p. 161, Table 2.
%F A130713 G.f.: 1 + 2*x + x^2.
%F A130713 a(n) = binomial(2n, n^2). - _Wesley Ivan Hurt_, Mar 08 2014
%p A130713 A130713:=n->binomial(2*n, n^2); seq(A130713(n), n=0..100); # _Wesley Ivan Hurt_, Mar 08 2014
%t A130713 Table[Binomial[2 n, n^2], {n, 0, 100}] (* _Wesley Ivan Hurt_, Mar 08 2014 *)
%K A130713 easy,nonn
%O A130713 0,2
%A A130713 _Paul Curtz_ and _Tanya Khovanova_, Jul 01 2007