login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A244865 Number of 3 X 3 symmetric matrices with row and column sums <= n. 2

%I #9 Jan 11 2017 11:49:20

%S 1,14,85,336,1023,2610,5860,11942,22555,40068,67677,109578,171157,

%T 259196,382096,550116,775629,1073394,1460845,1958396,2589763,3382302,

%U 4367364,5580666,7062679,8859032,11020933,13605606,16676745,20304984,24568384,29552936,35353081,42072246,49823397,58729608

%N Number of 3 X 3 symmetric matrices with row and column sums <= n.

%H Colin Barker, <a href="/A244865/b244865.txt">Table of n, a(n) for n = 0..1000</a>

%H R. P. Stanley, <a href="/A002721/a002721.pdf">Examples of Magic Labelings</a>, Unpublished Notes, 1973 [Cached copy, with permission]

%H <a href="/index/Rec#order_08">Index entries for linear recurrences with constant coefficients</a>, signature (6,-14,14,0,-14,14,-6,1).

%F G.f.: (1 + 8*x + 15*x^2 + 8*x^3 + x^4) / ((1 - x)^7*(1 + x)).

%F From _Colin Barker_, Jan 11 2017: (Start)

%F a(n) = (15*(127+(-1)^n) + 6432*n + 8936*n^2 + 6480*n^3 + 2570*n^4 + 528*n^5 + 44*n^6) / 1920.

%F a(n) = 6*a(n-1) - 14*a(n-2) + 14*a(n-3) - 14*a(n-5) + 14*a(n-6) - 6*a(n-7) + a(n-8) for n>7.

%F (End)

%o (PARI) Vec((1 + 8*x + 15*x^2 + 8*x^3 + x^4) / ((1 - x)^7*(1 + x)) + O(x^40)) \\ _Colin Barker_, Jan 11 2017

%K nonn,easy

%O 0,2

%A _N. J. A. Sloane_, Jul 07 2014

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 23 03:30 EDT 2024. Contains 371906 sequences. (Running on oeis4.)