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!)
A177394 Row sums of triangle A177390. 4
1, 2, 15, 529, 54945, 11143746, 3654567547, 1750747708767, 1148330852468801, 985536277566434002, 1070088898932158424231, 1432192631553017162819805, 2314201137499012194084967105, 4438705436711733625962181749794 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Triangle T=A177390 obeys: g.f. of row n of T^(2n) = (2n^2 + y)^n for n>=0.
LINKS
PROG
(PARI) {a(n, p=2)=local(M=Mat(1), N, L); for(i=1, n+1, N=M; M=matrix(#N+1, #N+1, r, c, if(r>=c, if(r<=#N, (N^(p*(#N)))[r, c], polcoeff((x+p*(#M)^2)^(#M), c-1)))); L=sum(i=1, #M, -(M^0-M)^i/i); M=sum(i=0, #M, (L/p/(#N))^i/i!); ); sum(k=1, n+1, M[n+1, k])}
CROSSREFS
Sequence in context: A158109 A370014 A357856 * A367770 A136463 A361210
KEYWORD
nonn
AUTHOR
Paul D. Hanna, May 25 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 April 24 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)