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.

A288637 Number of cycles in the grid graph P_4 X P_{n+1}.

This page as a plain text file.
%I A288637 #15 Feb 16 2025 08:33:47
%S A288637 6,40,213,1049,5034,23984,114069,542295,2577870,12253948,58249011,
%T A288637 276885683,1316170990,6256394122,29739651711,141366874247,
%U A288637 671984773580,3194266961582,15183887824311,72176324719925,343088799809408,1630866146364842,7752291502484181
%N A288637 Number of cycles in the grid graph P_4 X P_{n+1}.
%H A288637 Andrew Howroyd, <a href="/A288637/b288637.txt">Table of n, a(n) for n = 1..200</a>
%H A288637 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/GraphCycle.html">Graph Cycle</a>
%H A288637 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/GridGraph.html">Grid Graph</a>
%F A288637 Empirical: a(n) = 9*a(n-1)-27*a(n-2)+38*a(n-3)-29*a(n-4)+11*a(n-5)+a(n-6)-2*a(n-7) for n>7.
%F A288637 Empirical g.f.: x*(6 - 14*x + 15*x^2 - 16*x^3 - 2*x^4 + x^5) / ((1 - x)^2*(1 - 7*x + 12*x^2 - 7*x^3 + 3*x^4 + 2*x^5)). - _Colin Barker_, Jun 12 2017
%Y A288637 Row 3 of A231829.
%K A288637 nonn
%O A288637 1,1
%A A288637 _Andrew Howroyd_, Jun 12 2017