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!)
A228852 G.f.: exp( Sum_{n>=1} x^n/n * Sum_{k=0..n} binomial(n^2, k*(n-k))/2 ). 1
1, 1, 2, 14, 382, 38344, 12990279, 14369538529, 50897796053428, 572602411324905786, 20308462423438736818782, 2261760763404526386241849803, 788248543938180828988762846368690, 857323841081698966408121705146996762240, 2905542652088907570108828021890682181041282730 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
Self-convolution yields A207135.
LINKS
EXAMPLE
G.f.: A(x) = 1 + x + 2*x^2 + 14*x^3 + 382*x^4 + 38344*x^5 + 12990279*x^6 +...
where
log(A(x)) = x + 3*x^2/2 + 37*x^3/3 + 1471*x^4/4 + 189751*x^5/5 + 77708973*x^6/6 +...+ A207136(n)/2 * x^n/n +...
PROG
(PARI) {a(n)=polcoeff(exp(sum(m=1, n, x^m/m*sum(k=0, m, binomial(m^2, k*(m-k))/2))+x*O(x^n)), n)}
for(n=0, 20, print1(a(n), ", "))
CROSSREFS
Sequence in context: A255493 A013039 A011809 * A242876 A102596 A354465
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Sep 05 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 May 28 15:56 EDT 2024. Contains 372916 sequences. (Running on oeis4.)