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.

A292292 Number of vertices of type C at level n of the hyperbolic Pascal pyramid.

This page as a plain text file.
%I A292292 #19 May 26 2019 15:08:01
%S A292292 0,0,0,1,3,9,34,174,1128,8251,63315,494175,3879370,30512736,240149088,
%T A292292 1890487729,14883249459,117174190329,922506823618,7262871367566,
%U A292292 57180440473320,450180590519275,3544264121625315,27903931958216271,219687190433359498
%N A292292 Number of vertices of type C at level n of the hyperbolic Pascal pyramid.
%H A292292 Colin Barker, <a href="/A292292/b292292.txt">Table of n, a(n) for n = 0..1000</a>
%H A292292 László Németh, <a href="http://arxiv.org/abs/1511.02067">Hyperbolic Pascal pyramid</a>, arXiv:1511.0267 [math.CO], 2015 (3rd line of Table 1).
%H A292292 <a href="/index/Rec#order_05">Index entries for linear recurrences with constant coefficients</a>, signature (12,-37,37,-12,1).
%F A292292 a(n) = 12*a(n-1) - 37*a(n-2) + 37*a(n-3) - 12*a(n-4) + a(n-5), n >= 6.
%F A292292 G.f.: x^3*(1 - 9*x + 10*x^2) / ((1 - x)*(1 - 8*x + x^2)*(1 - 3*x + x^2)). - _Colin Barker_, Sep 17 2017
%F A292292 a(n) = A001091(n-3)/15 + 3*A002878(n-3)/5 + 1/3 for n > 0. - _Ehren Metcalfe_, Apr 18 2019
%t A292292 CoefficientList[Series[x^3*(1 - 9*x + 10*x^2)/((1 - x)*(1 - 8*x + x^2)*(1 - 3*x + x^2)), {x, 0, 30}], x] (* _Wesley Ivan Hurt_, Sep 17 2017 *)
%o A292292 (PARI) concat(vector(3), Vec(x^3*(1 - 9*x + 10*x^2) / ((1 - x)*(1 - 8*x + x^2)*(1 - 3*x + x^2)) + O(x^30))) \\ _Colin Barker_, Sep 17 2017
%Y A292292 Cf. A264236.
%K A292292 nonn,easy
%O A292292 0,5
%A A292292 _Eric M. Schmidt_, Sep 13 2017