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!)
A322223 Row sums of triangle A322220. 4
1, 2, 7, 68, 1117, 26022, 852643, 37427720, 2106596217, 148028405834, 12710764939903, 1309245626288204, 159319271183808085, 22612933245438028526, 3702622309608031404187, 692759321578889405126160, 146876961591424085658564081, 35029014636353492196570693778, 9336082505393098752275403472375, 2764539510981894584911330813369940 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
PROG
(PARI) {A322220(n, k) = my(Sx=x, Sy=y, Cx=1, Cy=1); for(i=1, 2*n,
Sx = intformal( Cx*Cy +x*O(x^(2*n)), x);
Cx = 1 + intformal( Sx*Cy, x);
Sy = intformal( Cy*Cx +y*O(y^(2*k)), y);
Cy = 1 + intformal( Sy*Cx, y));
(2*n+1-2*k)!*(2*k)! *polcoeff(polcoeff(Sx, 2*n+1-2*k, x), 2*k, y)}
a(n) = sum(k=0, n, A322220(n, k))
for(n=0, 20, print1(a(n), ", "))
CROSSREFS
Cf. A322220.
Sequence in context: A307246 A225156 A260968 * A173226 A094223 A217069
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Jan 01 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 April 16 02:53 EDT 2024. Contains 371696 sequences. (Running on oeis4.)