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.

A109498 Number of closed walks of length 2n on the Heawood graph from a given node.

This page as a plain text file.
%I A109498 #14 Sep 08 2022 08:45:19
%S A109498 1,3,15,111,951,8463,75975,683391,6149751,55346223,498112935,
%T A109498 4483010271,40347080151,363123696783,3268113221895,29413018898751,
%U A109498 264717169892151,2382454528636143,21442090756938855
%N A109498 Number of closed walks of length 2n on the Heawood graph from a given node.
%H A109498 G. C. Greubel, <a href="/A109498/b109498.txt">Table of n, a(n) for n = 0..1000</a>
%H A109498 Wikipedia, <a href="http://en.wikipedia.org/wiki/Heawood_graph">Heawood graph</a>
%H A109498 <a href="/index/Rec#order_02">Index entries for linear recurrences with constant coefficients</a>, signature (11,-18).
%F A109498 O.g.f.: ( 1-8*x ) / ( (9*x-1)*(2*x-1) ).
%F A109498 a(n) = (9^n + 6*2^n)/7.
%F A109498 a(n) = A106133(n) - 8*A016133(n-1).
%t A109498 CoefficientList[Series[(1 - 8*x)/((9*x - 1)*(2*x - 1)), {x,0,50}], x] (* or *) LinearRecurrence[{11,-18}, {1,3}, 30] (* _G. C. Greubel_, Dec 30 2017 *)
%o A109498 (PARI) x='x+O('x^30); Vec((1 - 8*x)/((9*x - 1)*(2*x - 1))) \\ _G. C. Greubel_, Dec 30 2017
%o A109498 (Magma) I:=[1,3]; [n le 2 select I[n] else 11*Self(n-1) - 18*Self(n-2): n in [1..30]]; // _G. C. Greubel_, Dec 30 2017
%K A109498 nonn,easy
%O A109498 0,2
%A A109498 _Mitch Harris_, Jun 30 2005