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!)
A123218 Irregular triangle formed by coefficients of polynomials defined by P(n,k,x) = f(n,k)*(2*x)^k*(1 - x^2)^(n - k), where f(n, k) = (-1)^floor((k + 1)/2)* binomial(n - floor((k + 1)/2), floor(k/2)). 2
1, 1, -2, -1, 1, -2, -6, 2, 1, 1, -2, -11, 12, 11, -2, -1, 1, -2, -16, 22, 46, -22, -16, 2, 1, 1, -2, -21, 32, 106, -92, -106, 32, 21, -2, -1, 1, -2, -26, 42, 191, -212, -396, 212, 191, -42, -26, 2, 1, 1, -2, -31, 52, 301, -382, -1011, 792, 1011, -382, -301, 52, 31, -2, -1 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
P. Steinbach, Golden fields: a case for the heptagon, Math. Mag. 70 (1997), no. 1, 22-31.
FORMULA
Let f(n, k) = (-1)^floor((k + 1)/2)*binomial(n - floor((k + 1)/2), floor(k/2)) then the polynomials P(n, k, x) = f(n,k)*(2*x)^k*(1 - x^2)^(n - k) for an irregular triangle of coefficients.
EXAMPLE
Triangle begins with:
1;
1, -2, -1;
1, -2, -6, 2, 1;
1, -2, -11, 12, 11, -2, -1;
1, -2, -16, 22, 46, -22, -16, 2, 1;
MATHEMATICA
f[n_, k_]:= (-1)^Floor[(k+1)/2]*Binomial[n -Floor[(k+1)/2], Floor[k/2]]; Table[CoefficientList[Sum[f[n, k]*(2*x)^k*(1-x^2)^(n-k), {k, 0, n}], x], {n, 0, 10}]//Flatten
CROSSREFS
Sequence in context: A278543 A113186 A206497 * A298608 A327815 A007736
KEYWORD
tabf,sign
AUTHOR
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 24 13:55 EDT 2024. Contains 371958 sequences. (Running on oeis4.)