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.

A374165 Expansion of g.f. (1 - x)*(1 - 2*x)(1 - 4*x)/(1 - 8*x + 20*x^2 - 18*x^3 + 3*x^4).

This page as a plain text file.
%I A374165 #24 Jun 30 2024 10:59:26
%S A374165 1,1,2,6,23,97,418,1800,7717,32969,140558,598590,2547851,10842145,
%T A374165 46133086,196287336,835152025,3553338593,15118441034,64324630854,
%U A374165 273682864751,1164442223761,4954368527338,21079421416440,89686912218205,381592176237641,1623565645450934,6907807794533022
%N A374165 Expansion of g.f. (1 - x)*(1 - 2*x)(1 - 4*x)/(1 - 8*x + 20*x^2 - 18*x^3 + 3*x^4).
%H A374165 Lapo Cioni, Luca Ferrari, and Rebecca Smith, <a href="https://arxiv.org/abs/2406.16399">Pop Stacks with a Bypass</a>, arXiv:2406.16399 [cs.DM], 2024. See p. 78.
%H A374165 <a href="/index/Rec#order_04">Index entries for linear recurrences with constant coefficients</a>, signature (8,-20,18,-3).
%F A374165 a(n) = 8*a(n-1) - 20*(n-2) + 18*a(n-3) - 3*a(n-4) for n > 3.
%t A374165 CoefficientList[Series[(1-x)(1-2x)(1-4x)/(1-8x+20x^2-18x^3+3x^4),{x,0,27}],x]
%Y A374165 Cf. A374162.
%K A374165 nonn,easy
%O A374165 0,3
%A A374165 _Stefano Spezia_, Jun 30 2024