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!)
A228903 A diagonal of triangle A228902. 1
1, 3, 45, 2905, 411500, 100545716, 37614371968, 19977489354808, 14291976911388733, 13248449270832615473, 15445843697030022753539, 22118947642938636936616739, 38166279965353127309979185861, 78098472647949324804924786089941, 186993874842690500015923551395259661 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Triangle A228902 is defined by g.f.: exp( Sum_{n>=1} x^n/n * Sum_{k=0..n} binomial(n^2, k^2) * y^k ).
LINKS
PROG
(PARI) {a(n)=polcoeff(polcoeff(exp(sum(m=1, n, x^m/m*sum(j=0, m, binomial(m^2, j^2)*y^j))+x*O(x^n)), n, x), n-1, y)}
for(n=1, 20, print1(a(n), ", "))
CROSSREFS
Cf. A228902.
Sequence in context: A210933 A356519 A027637 * A198952 A099168 A227379
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Sep 07 2013
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 23 03:30 EDT 2024. Contains 371906 sequences. (Running on oeis4.)