The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A154706 Triangular sequence defined by T(n, m) = Coefficients(q(x,n) + x^(n-2)*q(1/x,n))/4, where q(x, n) = d^2*p(x, n)/dx^2 and p(x, n) = 2^n*(1-x)^(n+1)*LerchPhi(x, -n, 1/2). 1
1, 13, 13, 118, 228, 118, 846, 3234, 3234, 846, 5279, 38932, 63258, 38932, 5279, 30339, 405927, 1082454, 1082454, 405927, 30339, 165820, 3796728, 16512132, 24852880, 16512132, 3796728, 165820, 878188, 32837380, 226681452, 509876260, 509876260, 226681452, 32837380, 878188 (list; graph; refs; listen; history; text; internal format)
OFFSET
2,2
LINKS
FORMULA
Triangle defined by T(n, m) = Coefficients(q(x,n) + x^(n-2)*q(1/x,n))/4, where q(x, n) = d^2*p(x, n)/dx^2 and p(x, n) = 2^n*(1-x)^(n+1)* LerchPhi(x, -n, 1/2).
EXAMPLE
Triangle begins as:
1;
13, 13;
118, 228, 118;
846, 3234, 3234, 846;
5279, 38932, 63258, 38932, 5279;
30339, 405927, 1082454, 1082454, 405927, 30339;
165820, 3796728, 16512132, 24852880, 16512132, 3796728, 165820;
MATHEMATICA
p[x_, n_]:= 2^n*(1-x)^(n+1)* LerchPhi[x, -n, 1/2];
q[x_, n_]:= D[p[x, n], {x, 2}];
f[n_]:= CoefficientList[FullSimplify[ExpandAll[q[x, n]]], x];
Table[(f[n] + Reverse[f[n]])/4, {n, 2, 12}]//Flatten (* modified by G. C. Greubel, May 09 2019 *)
CROSSREFS
Sequence in context: A214468 A112230 A121932 * A294077 A165834 A020553
KEYWORD
nonn
AUTHOR
Roger L. Bagula, Jan 14 2009
EXTENSIONS
Edited by G. C. Greubel, May 09 2019
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 June 12 06:07 EDT 2024. Contains 373322 sequences. (Running on oeis4.)