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.

Showing 1-2 of 2 results.

A231884 Number of maximal 2-independent sets in the 3-dimensional (2, 2, n) grid graph.

Original entry on oeis.org

0, 4, 4, 20, 32, 80, 180, 408, 940, 2072, 4824, 10792, 24660, 55748, 126760, 287584, 652280, 1481184, 3359900, 7627296, 17305472, 39277688, 89131928, 202276640, 459045772, 1041743020, 2364140452, 5365103100, 12175556108, 27630957644, 62705400664, 142302685268
Offset: 0

Views

Author

N. J. A. Sloane, Nov 17 2013

Keywords

Crossrefs

Programs

  • Mathematica
    Join[{0}, LinearRecurrence[{0, 3, 4, 4, 0, -9, -3}, {4, 4, 20, 32, 80, 180, 408}, 31]] (* Jean-François Alcover, Nov 01 2017 *)
  • PARI
    concat(0, Vec(4*x*(1 + x)*(1 + 2*x^2 - x^3 - 2*x^4 - x^5) / (1 - 3*x^2 - 4*x^3 - 4*x^4 + 9*x^6 + 3*x^7) + O(x^40))) \\ Colin Barker, Oct 04 2017

Formula

Euler et al. give an explicit g.f. and recurrence.
From Colin Barker, Oct 04 2017: (Start)
G.f.: 4*x*(1 + x)*(1 + 2*x^2 - x^3 - 2*x^4 - x^5) / (1 - 3*x^2 - 4*x^3 - 4*x^4 + 9*x^6 + 3*x^7).
a(n) = 3*a(n-2) + 4*a(n-3) + 4*a(n-4) - 9*a(n-6) - 3*a(n-7) for n>7.
(End)

Extensions

Terms a(11) and beyond from Andrew Howroyd, Jun 10 2017

A231888 Number of maximal 3-independent sets in the 3-dimensional (3, 3, n) grid graph.

Original entry on oeis.org

0, 7, 26, 57, 190, 646, 1914, 5960, 18824, 58248, 181196, 565328, 1759720, 5477376, 17062956, 53131824, 165443096, 515219344, 1604410136, 4996129756, 15558217340, 48448930636, 150871392396, 469819443204, 1463035474136, 4555944690588, 14187380873768
Offset: 0

Views

Author

N. J. A. Sloane, Nov 17 2013

Keywords

Crossrefs

Extensions

Terms a(13) and beyond from Andrew Howroyd, Jun 10 2017
Showing 1-2 of 2 results.