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.

A244868 Number of symmetric 5 X 5 matrices of nonnegative integers with zeros on the main diagonal and every row and column adding to n.

This page as a plain text file.
%I A244868 #14 Apr 07 2020 10:42:36
%S A244868 1,22,158,654,1980,4906,10577,20588,37059,62710,100936,155882,232518,
%T A244868 336714,475315,656216,888437,1182198,1548994,2001670,2554496,3223242,
%U A244868 4025253,4979524,6106775,7429526,8972172,10761058,12824554,15193130,17899431,20978352,24467113,28405334,32835110,37801086
%N A244868 Number of symmetric 5 X 5 matrices of nonnegative integers with zeros on the main diagonal and every row and column adding to n.
%H A244868 Colin Barker, <a href="/A244868/b244868.txt">Table of n, a(n) for n = 0..1000</a>
%H A244868 R. P. Stanley, <a href="/A002721/a002721.pdf">Examples of Magic Labelings</a>, Unpublished Notes, 1973 [Cached copy, with permission]
%H A244868 <a href="/index/Rec#order_06">Index entries for linear recurrences with constant coefficients</a>, signature (6,-15,20,-15,6,-1).
%F A244868 G.f.: (1 + 16*x + 41*x^2 + 16*x^3 + x^4) / (1 - x)^6.
%F A244868 From _Colin Barker_, Jan 11 2017: (Start)
%F A244868 a(n) = (24 + 94*n + 165*n^2 + 155*n^3 + 75*n^4 + 15*n^5) / 24.
%F A244868 a(n) = 6*a(n-1) - 15*a(n-2) + 20*a(n-3) - 15*a(n-4) + 6*a(n-5) - a(n-6) for n>5.
%F A244868 (End)
%o A244868 (PARI) Vec((1 + 16*x + 41*x^2 + 16*x^3 + x^4) / (1 - x)^6 + O(x^40)) \\ _Colin Barker_, Jan 11 2017
%Y A244868 Even bisection of row n=5 of A333351.
%Y A244868 Cf. A053494.
%K A244868 nonn,easy
%O A244868 0,2
%A A244868 _N. J. A. Sloane_, Jul 07 2014