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.

A132867 Expansion of 1/(1-7x*c(8x)), where c(x) is the g.f. of A000108.

This page as a plain text file.
%I A132867 #19 Apr 08 2020 17:13:01
%S A132867 1,7,105,2023,44233,1043847,25921833,667598631,17669646729,
%T A132867 477706767559,13136097627625,366267006096999,10331118817064521,
%U A132867 294265822473133063,8452135970510611113,244534782069771034023,7119789572700157711113,208459073966103650720583
%N A132867 Expansion of 1/(1-7x*c(8x)), where c(x) is the g.f. of A000108.
%F A132867 a(n) = Sum_{k=0..n} A039599(n,k)*(-1)^k*8^(n-k). - _Philippe Deléham_, Dec 11 2007
%F A132867 G.f.: 16/(9 + 7*sqrt(1-32*x)). - _Philippe Deléham_, Oct 27 2011
%t A132867 CoefficientList[Series[16/(9+7*Sqrt[1-32*x]), {x, 0, 16}], x] (* _Georg Fischer_, Apr 08 2020 *)
%o A132867 (PARI) seq(n)={Vec(16/(9+7*sqrt(1-32*x + O(x*x^n))))} \\ _Andrew Howroyd_, Apr 08 2020
%Y A132867 Cf. A039599.
%K A132867 nonn
%O A132867 0,2
%A A132867 _Philippe Deléham_, Nov 18 2007
%E A132867 More terms from _Philippe Deléham_, Oct 27 2011
%E A132867 a(9) corrected by _Georg Fischer_, Apr 08 2020