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.

A113946 Series expansion of Farey rational polynomial based on A112627.

This page as a plain text file.
%I A113946 #11 May 07 2021 14:00:17
%S A113946 1,5,23,81,367,1297,5871,20753,93935,332049,1502959,5312785,24047343,
%T A113946 85004561,384757487,1360072977,6156119791,21761167633,98497916655,
%U A113946 348178682129,1575966666479,5570858914065,25215466663663,89133742625041
%N A113946 Series expansion of Farey rational polynomial based on A112627.
%C A113946 Polynomial expanded is constant*(x+1/2)^2*(1+2x)/(1-x-16x^2+16x^3) the Jasinski rational polynomial p[x_] = (9/32)*(x + 1/2)^3/((x - 1/4)*(x + 1/4)*(x + 1)) f[x_] := 1/p[x] /; 0 <= x <= 1/2 f[x_] := p[x] /; 1/2 < x <= 1 gives a Farey like function with maximum at 1.
%H A113946 <a href="/index/Rec#order_03">Index entries for linear recurrences with constant coefficients</a>, signature (-1,16,16).
%F A113946 b(n) = coefficient series expansion of (9/32)*(x + 1/2)^3/((x - 1/4)*(x + 1/4)*(x + 1)) a(n) = (-16/9)*b(n).
%F A113946 a(n) = (5*(-4)^n+4*(-1)^n+81*4^n)/60 for n>0. G.f.: -(2*x+1)^3 / ((x+1)*(4*x-1)*(4*x+1)). [_Colin Barker_, Dec 03 2012]
%F A113946 a(n) = -a(n-1)+16*a(n-2)+16*a(n-3). - _Wesley Ivan Hurt_, May 07 2021
%t A113946 b = -(16/9)*ReplacePart[Table[Coefficient[Series[(9/32)*(x + 1/2)^3/((x - 1/4)*(x + 1/4)*(x + 1)), {x, 0, 30}], x^n], {n, 0, 30}], -9/16, 1]
%Y A113946 Cf. A112627.
%K A113946 nonn,easy
%O A113946 0,2
%A A113946 _Roger L. Bagula_, Jan 31 2006