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.

A189894 Number of isosceles right triangles on a 2n X (n+1) grid.

This page as a plain text file.
%I A189894 #10 May 28 2021 12:45:34
%S A189894 4,50,208,582,1308,2556,4528,7460,11620,17310,24864,34650,47068,62552,
%T A189894 81568,104616,132228,164970,203440,248270,300124,359700,427728,504972,
%U A189894 592228,690326,800128,922530,1058460,1208880,1374784,1557200,1757188
%N A189894 Number of isosceles right triangles on a 2n X (n+1) grid.
%C A189894 (2n-1,n) diagonal through A189895.
%H A189894 R. H. Hardin, <a href="/A189894/b189894.txt">Table of n, a(n) for n = 1..71</a>
%F A189894 Empirical: a(n) = 4*a(n-1) -5*a(n-2) +5*a(n-4) -4*a(n-5) +a(n-6).
%F A189894 Empirical: a(n) = -1/16 +11*n^4/8 +7*n^3/2  +3*n^2/4 -3*n/2 +(-1)^n/16 with g.f. -2*x*(2+17*x+14*x^2)/ ((1+x)*(x-1)^5). - _R. J. Mathar_, May 18 2011
%e A189894 Some solutions for n=2
%e A189894 ..0..0....2..2....2..1....1..1....0..2....3..2....3..0....2..0....0..1....1..0
%e A189894 ..0..1....2..1....2..2....0..0....0..0....2..2....2..0....1..1....1..0....0..2
%e A189894 ..1..0....3..2....3..1....0..2....2..2....3..1....3..1....3..1....1..2....3..1
%Y A189894 Cf. A189895.
%K A189894 nonn
%O A189894 1,1
%A A189894 _R. H. Hardin_ Apr 30 2011