login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A131641 Triangular sequence obtained from polynomials derived from: x^2-x/(2*b(n)-1=0 where b(n)->{n=3, theta0=1.32472},{n=4, theta1=1.38028} as a polynomial recursion: y(n) = 16 - 8 x - 48 x^2 + 18 x^3 + 48 x^4 - 8 x^5 - 16 x^6 - x* y(n - 1] + 2 x^2 *y(n - 1) + x^2 *y(n - 2). 0
-8, -3, 8, 4, -4, -10, 4, 4, -8, 4, 24, -9, -24, 4, 8, 16, 0, -64, -2, 95, 2, -64, 0, 16, 16, -24, -24, 86, -54, -116, 148, 72, -120, -16, 32, 16, -24, 24, -6, -150, 216, 87, -378, 160, 264, -208, -64, 64, 16, -24, 24, -78, 78, 216, -586, 229, 700, -844, -64, 720, -320, -192, 128, 16, -24, 24, -78, 198, -248, -226, 1234 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The name contains an unmatched parenthesis. - Editors, Mar 13 2024
FullSimplify[(1 + Sqrt[1 + 16b^2]/(4 b) /. b -> theta]gives the polynomial: -8 + 4 x + 24 x^2 - 9 x^3 - 24 x^4 + 4 x^5 + 8 x^6 FullSimplify[(1 + Sqrt[1 + 16b^2]/(4 b) /. b -> theta1]gives the polynomial: 16 - 64 x^2 - 2 x^3 + 95 x^4 + 2 x^5 - 64 x^6 + 16 x^8 The polynomial recursion back solved from these two.
LINKS
FORMULA
Polynomial recursion in x: y(n) = 16 - 8 x - 48 x^2 + 18 x^3 + 48 x^4 - 8 x^5 - 16 x^6 - x* y(n - 1] + 2 x^2 *y(n - 1) + x^2 *y(n - 2); y(1) = -8 - 3 x + 8 x^2; y(2) = 4 - 4 x - 10 x^2 + 4 x^3 + 4 x^4;
EXAMPLE
{-8, -3, 8},
{4, -4, -10, 4, 4},
{-8, 4,24, -9, -24, 4, 8},
{16, 0, -64, -2, 95, 2, -64, 0, 16},
{16, -24, -24, 86, -54, -116, 148, 72, -120, -16, 32},
{16, -24, 24, -6, -150, 216, 87, -378, 160, 264, -208, -64, 64}
MATHEMATICA
y[1] = -8 - 3 x + 8 x^2; y[2] = 4 - 4 x - 10 x^2 + 4 x^3 + 4 x^4; y[3] = -8 + 4 x + 24 x^2 - 9 x^3 - 24 x^4 + 4 x^5 + 8 x^6 y[4] = 16 - 64 x^2 - 2 x^3 + 95 x^4 + 2 x^5 - 64 x^6 + 16 x^8 y[n_] := y[n] = 16 - 8 x - 48 x^2 + 18 x^3 + 48 x^4 - 8 x^5 - 16 x^6 - x* y[n - 1] + 2 x^2 *y[n - 1] + x^2 *y[n - 2] a0 = Table[CoefficientList[y[n], x], {n, 1, 10}]; Flatten[a0]
CROSSREFS
Sequence in context: A021548 A199598 A011106 * A190408 A343851 A085672
KEYWORD
tabf,uned,sign
AUTHOR
Roger L. Bagula, Sep 08 2007
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 09:35 EDT 2024. Contains 371967 sequences. (Running on oeis4.)