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.
%I A224329 #8 Aug 29 2018 08:45:47 %S A224329 1,18,147,996,6245,37494,218743,1249992,7031241,39062490,214843739, %T A224329 1171874988,6347656237,34179687486,183105468735,976562499984, %U A224329 5187988281233,27465820312482,144958496093731,762939453124980 %N A224329 Number of idempotent n X n 0..4 matrices of rank n-1. %C A224329 Column 4 of A224333. %H A224329 R. H. Hardin, <a href="/A224329/b224329.txt">Table of n, a(n) for n = 1..210</a> %F A224329 a(n) = n*(2*5^(n-1)-1). %F A224329 a(n) = 12*a(n-1) - 46*a(n-2) + 60*a(n-3) - 25*a(n-4). %F A224329 G.f.: x*(1 + 6*x - 23*x^2) / ((1 - x)^2*(1 - 5*x)^2). - _Colin Barker_, Aug 29 2018 %e A224329 Some solutions for n=3: %e A224329 ..0..0..0....1..0..0....0..4..2....1..0..0....1..0..0....1..0..0....1..2..0 %e A224329 ..3..1..0....0..1..2....0..1..0....1..0..3....0..1..3....0..0..0....0..0..0 %e A224329 ..3..0..1....0..0..0....0..0..1....0..0..1....0..0..0....0..0..1....0..0..1 %o A224329 (PARI) Vec(x*(1 + 6*x - 23*x^2) / ((1 - x)^2*(1 - 5*x)^2) + O(x^40)) \\ _Colin Barker_, Aug 29 2018 %Y A224329 Cf. A224333. %K A224329 nonn,easy %O A224329 1,2 %A A224329 _R. H. Hardin_, formula via _M. F. Hasler_ _William J. Keith_ and Rob Pratt in the Sequence Fans Mailing List, Apr 03 2013