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!)
A111814 Column 0 of the matrix logarithm (A111813) of triangle A078121, which shifts columns left and up under matrix square; these terms are the result of multiplying the element in row n by n!. 10
0, 1, 0, -2, 0, 216, 0, -568464, 0, 36058658688, 0, -53694310935340800, 0, 1790669979087018171448320, 0, -1280832788659041410080025283840000, 0, 18961468161294510864200732026858464699187200, 0 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
COMMENTS
Surprisingly, the e.g.f. A(x) is an odd function: A(-x) = -A(x). Let q=2; the g.f. of column k of A078121^m (matrix power m) is: 1 + Sum_{n>=1} (m*q^k)^n/n! * Product_{j=0..n-1} A(q^j*x).
LINKS
FORMULA
E.g.f. satisfies: x/(1-x) = Sum_{n>=1} Prod_{j=0..n-1} A(2^j*x)/(j+1). E.g.f. satisfies: x/(1-x^2) = Sum_{n>=1}Prod_{j=0..2*n}A(2^j*x)/(j+1).
EXAMPLE
E.g.f.: A(x) = x - 2/3!*x^3 + 216/5!*x^5 - 568464/7!*x^7 + ...
where A(x) satisfies:
x/(1-x) = A(x) + A(x)*A(2*x)/2! + A(x)*A(2*x)*A(2^2*x)/3!
+ A(x)*A(2*x)*A(2^2*x)*A(2^3*x)/4! + ...
also:
x/(1-x^2) = A(x) + A(x)*A(2*x)*A(2^2*x)/3!
+ A(x)*A(2*x)*A(2^2*x)*A(2^3*x)*A(2^4*x)/5! + ...
Let G(x) be the g.f. of A002577 (column 1 of A078121), then
G(x) = 1 + 2*A(x) + 2^2*A(x)*A(2*x)/2! +
2^3*A(x)*A(2*x)*A(2^2*x)/3! +
2^4*A(x)*A(2*x)*A(2^2*x)*A(2^3*x)/4! + ...
PROG
(PARI) {a(n, q=2)=local(A=x/(1-x+x*O(x^n))); for(i=1, n, A=x/(1-x)/(1+sum(j=1, n, prod(k=1, j, subst(A, x, q^k*x))/(j+1)!))); return(n!*polcoeff(A, n))}
CROSSREFS
Cf. A078121 (triangle), A002577, A111813 (matrix log); A110505 (q=-1), A111816 (q=3), A111819 (q=4), A111824 (q=5), A111829 (q=6), A111834 (q=7), A111839 (q=8).
Sequence in context: A012335 A012331 A037096 * A036938 A344463 A221750
KEYWORD
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 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)