Nothing Special   »   [go: up one dir, main page]

login
Revision History for A175005 (Bold, blue-underlined text is an addition; faded, red-underlined text is a deletion.)

Showing entries 1-10 | older changes
Expansion of x/(1 - 4*x + 3*x^2 - 2*x^3).
(history; published version)
#19 by Joerg Arndt at Fri Apr 06 11:43:41 EDT 2018
STATUS

editing

approved

#18 by Joerg Arndt at Fri Apr 06 11:43:37 EDT 2018
COMMENTS

The sequence is an expansion based on a Padovan polynomial inside a Fibonacci polynomial (a Pisot): 2 - 3 x + 4 x^2 - x^3.

FORMULA

a(n) = 4a4*a(n-1) - 3a3*a(n-2) + 2a2*a(n-3), starting 0, 1, 4.

MATHEMATICA

(* expansion form: toral inverse of the derived polynomial*);

f[x_] = ExpandAll[4*(x - (1 - Sqrt[

x^3 - x - 1])/2)*(x - (1 + Sqrt[x^3 - x - 1])/2)];

g[x_] = ExpandAll[x^3*f[1/x]];

a = Table[SeriesCoefficient[

Series[-1/g[x], {x, 0, 50}], n], {n, 0, 50}]

(* vector Matrix Markov version derived*);

CompanionMatrix[p_, x_] := Module[{cl = CoefficientList[p, x], deg,

m}, cl = Drop[cl/Last[cl], -1]; deg = Length[cl];

If[deg == 1, {-cl}, m = RotateLeft[

IdentityMatrix[deg]]; m[[ -1]] = -cl; Transpose[m]]];

M = Transpose[CompanionMatrix[f[x], x]];

v[0] = Table[a[[n]], {n, 1, 3}]

v[n_] := v[n] = M.v[n - 1];

Table[v[n][[1]], {n, 0, 50}]

STATUS

approved

editing

#17 by Charles R Greathouse IV at Sat Jun 13 00:53:30 EDT 2015
LINKS

<a href="/index/Rec">Index to sequences with entries for linear recurrences with constant coefficients</a>, signature (4,-3,2).

Discussion
Sat Jun 13
00:53
OEIS Server: https://oeis.org/edit/global/2439
#16 by Charles R Greathouse IV at Sat Jun 13 00:28:07 EDT 2015
LINKS

<a href="/index/Rec">Index entries for to sequences related to with linear recurrences with constant coefficients</a>, signature (4,-3,2).

Discussion
Sat Jun 13
00:28
OEIS Server: https://oeis.org/edit/global/2438
#15 by Charles R Greathouse IV at Fri Jun 12 15:27:25 EDT 2015
LINKS

<a href="/index/Rea#recLCCRec">Index entries for sequences related to linear recurrences with constant coefficients</a>, signature (4,-3,2).

Discussion
Fri Jun 12
15:27
OEIS Server: https://oeis.org/edit/global/2436
#14 by Charles R Greathouse IV at Wed Mar 12 16:37:15 EDT 2014
AUTHOR

_Roger L. Bagula_, Dec 02 2010

Discussion
Wed Mar 12
16:37
OEIS Server: https://oeis.org/edit/global/2126
#13 by Charles R Greathouse IV at Wed Sep 26 04:21:00 EDT 2012
STATUS

editing

approved

#12 by Charles R Greathouse IV at Wed Sep 26 04:20:53 EDT 2012
PROG

(PARI) Vec(x/(1-4*x+3*x^2-2*x^3)+O(x^99)) \\ Charles R Greathouse IV, Sep 26 2012

KEYWORD

nonn,easy

STATUS

approved

editing

#11 by Russ Cox at Fri Mar 30 18:49:27 EDT 2012
AUTHOR

_Roger Bagula (rlbagulatftn(AT)yahoo.com), _, Dec 02 2010

Discussion
Fri Mar 30
18:49
OEIS Server: https://oeis.org/edit/global/236
#10 by Russ Cox at Sun Jul 10 18:35:56 EDT 2011
LINKS

<a href="/Sindx_index/Rea.html#recLCC">Index entries for sequences related to linear recurrences with constant coefficients</a>, signature (4,-3,2).

Discussion
Sun Jul 10
18:35
OEIS Server: https://oeis.org/edit/global/77