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.

A244879 Number of magic labelings of the cycle-of-loops graph LOOP X C_6 having magic sum n, where LOOP is the 1-vertex, 1-loop-edge graph.

This page as a plain text file.
%I A244879 #26 Jul 30 2019 10:27:31
%S A244879 1,18,129,571,1884,5103,11998,25362,49347,89848,154935,255333,404950,
%T A244879 621453,926892,1348372,1918773,2677518,3671389,4955391,6593664,
%U A244879 8660443,11241066,14433030,18347095,23108436,28857843,35752969,43969626,53703129,65169688,78607848
%N A244879 Number of magic labelings of the cycle-of-loops graph LOOP X C_6 having magic sum n, where LOOP is the 1-vertex, 1-loop-edge graph.
%H A244879 Colin Barker, <a href="/A244879/b244879.txt">Table of n, a(n) for n = 0..1000</a>
%H A244879 R. P. Stanley, <a href="/A002721/a002721.pdf">Examples of Magic Labelings</a>, Unpublished Notes, 1973 [Cached copy, with permission]
%H A244879 <a href="/index/Rec#order_07">Index entries for linear recurrences with constant coefficients</a>, signature (7,-21,35,-35,21,-7,1).
%F A244879 G.f.: (1 + 11*x + 24*x^2 + 11*x^3 + x^4) / (1 - x)^7.
%F A244879 From _Colin Barker_, Jan 11 2017: (Start)
%F A244879 a(n) = (120 + 438*n + 677*n^2 + 570*n^3 + 275*n^4 + 72*n^5 + 8*n^6) / 120.
%F A244879 a(n) = 7*a(n-1) - 21*a(n-2) + 35*a(n-3) - 35*a(n-4) + 21*a(n-5) - 7*a(n-6) + a(n-7) for n > 6.
%F A244879 (End)
%t A244879 CoefficientList[Series[(1 + 11 x + 24 x^2 + 11 x^3 + x^4)/(1 - x)^7, {x, 0, 31}], x] (* _Michael De Vlieger_, Sep 15 2017 *)
%t A244879 LinearRecurrence[{7,-21,35,-35,21,-7,1},{1,18,129,571,1884,5103,11998},40] (* _Harvey P. Dale_, Jul 30 2019 *)
%o A244879 (PARI) Vec((1 + 11*x + 24*x^2 + 11*x^3 + x^4) / (1 - x)^7 + O(x^40)) \\ _Colin Barker_, Jan 11 2017
%Y A244879 Cf. A019298, A006325, A244497, A292281, A244873, A244880.
%K A244879 nonn,easy
%O A244879 0,2
%A A244879 _N. J. A. Sloane_, Jul 08 2014
%E A244879 Name corrected by _David J. Seal_, Sep 13 2017