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!)
A177717 A symmetrical triangle based on the Fibonacci Polynomials: p(x,n)=f(n,x)+x^(n-1)*f(n,1/x) 0
2, 1, 1, 2, 0, 2, 1, 2, 2, 1, 2, 0, 6, 0, 2, 1, 3, 4, 4, 3, 1, 2, 0, 11, 0, 11, 0, 2, 1, 4, 6, 10, 10, 6, 4, 1, 2, 0, 17, 0, 30, 0, 17, 0, 2, 1, 5, 8, 20, 21, 21, 20, 8, 5, 1 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
Row sums are:
{2, 2, 4, 6, 10, 16, 26, 42, 68, 110,...}
REFERENCES
Function form used from:http://functions.wolfram.com/HypergeometricFunctions/Fibonacci2General/26/01/02/0001/
LINKS
FORMULA
f(x,n)=(1/(2 Sqrt[4 + z^2])) (-HypergeometricPFQ[{}, {}, n ((-I) Pi - Log[(1/2) (z + \ Sqrt[4 + z^2])])] - HypergeometricPFQ[{}, {}, n (I Pi - Log[(1/2) (z + Sqrt[ 4 + z^2])])] + 2 HypergeometricPFQ[{}, {}, n Log[(1/2) (z + Sqrt[4 + z^2])]]);
p(x,n)=f(x,n)+x^(n-1)*f(1/x,n);
t(n,m)=coefficients(p(x,n))
EXAMPLE
{2},
{1, 1},
{2, 0, 2},
{1, 2, 2, 1},
{2, 0, 6, 0, 2},
{1, 3, 4, 4, 3, 1},
{2, 0, 11, 0, 11, 0, 2},
{1, 4, 6, 10, 10, 6, 4, 1},
{2, 0, 17, 0, 30, 0, 17, 0, 2},
{1, 5, 8, 20, 21, 21, 20, 8, 5, 1}
MATHEMATICA
f[n_, z_] := (1/(2 Sqrt[4 + z^2])) (-HypergeometricPFQ[{}, {}, n ((-I) Pi - \ Log[(1/2) (z + Sqrt[4 + z^2])])] - HypergeometricPFQ[{}, {}, n (I Pi - Log[( 1/2) (z + Sqrt[4 + z^2])])] + 2 HypergeometricPFQ[{}, {}, n Log[(1/ 2) (z + Sqrt[4 + z^2])]]);
Table[CoefficientList[FullSimplify[ExpandAll[f[n, x] + x^(n - 1)*f[n, 1/x]]], x], {n, 1, 10}];
Flatten[%]
CROSSREFS
Sequence in context: A347367 A194529 A055138 * A155997 A326171 A359393
KEYWORD
nonn,tabl,uned
AUTHOR
Roger L. Bagula, May 12 2010
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 August 19 15:59 EDT 2024. Contains 375310 sequences. (Running on oeis4.)