[go: up one dir, main page]

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!)
Revision History for A209196 (Underlined text is an addition; strikethrough text is a deletion.)

Showing entries 1-10 | older changes
A209196 Triangle defined by g.f. A(x,y) = exp( Sum_{n>=1} x^n/n * Sum_{k=0..n} binomial(n^2, n*k) * y^k ), as read by rows.
(history; published version)
#16 by Russ Cox at Fri Mar 30 18:37:37 EDT 2012
AUTHOR

_Paul D. Hanna (pauldhanna(AT)juno.com), _, Mar 05 2012

Discussion
Fri Mar 30 18:37
OEIS Server: https://oeis.org/edit/global/213
#15 by Paul D. Hanna at Tue Mar 06 09:35:52 EST 2012
STATUS

proposed

approved

#14 by Paul D. Hanna at Tue Mar 06 09:35:31 EST 2012
STATUS

editing

proposed

#13 by Paul D. Hanna at Tue Mar 06 09:35:28 EST 2012
EXAMPLE

wherein which the coefficients form A209330(n,k) = binomial(n^2, n*k).

STATUS

proposed

editing

#12 by Paul D. Hanna at Tue Mar 06 09:35:00 EST 2012
STATUS

editing

proposed

#11 by Paul D. Hanna at Tue Mar 06 09:34:55 EST 2012
EXAMPLE

TriangleThis triangle begins:

G.f.: A(x,y) = 1 + (1+y)*x + (1+4*y+y^2)*x^2 + (1+32*y+32*y^2+y^3)*x^3 + (1+487*y+3282*y^2+487*y^3+y^4)*x^4 +...

The logarithm of the g.f. equals the series:

log(A(x,y)) = (1 + y)*x

+ (1 + 6*y + y^2)*x^2/2

+ (1 + 84*y + 84*y^2 + y^3)*x^3/3

+ (1 + 1820*y + 12870*y^2 + 1820*y^3 + y^4)*x^4/4

+ (1 + 53130*y + 3268760*y^2 + 3268760*y^3 + 53130*y^4 + y^5)*x^5/5 +...

where the coefficients form A209330(n,k) = binomial(n^2, n*k).

CROSSREFS

Cf. A209197, A167006, A206830, A209330 (log), A155200.

STATUS

approved

editing

#10 by Paul D. Hanna at Mon Mar 05 23:45:14 EST 2012
STATUS

proposed

approved

#9 by Paul D. Hanna at Mon Mar 05 23:45:11 EST 2012
STATUS

editing

proposed

#8 by Paul D. Hanna at Mon Mar 05 23:45:07 EST 2012
PROG

(PARI) {T(n, k)=polcoeff(polcoeff(exp(sum(m=1, n, x^m/m*sum(kj=0, m, binomial(m^2, m*kj)*y^kj))+x*O(x^n)), n, x), k, y)}

STATUS

approved

editing

#7 by Paul D. Hanna at Mon Mar 05 23:36:25 EST 2012
STATUS

proposed

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 August 29 23:34 EDT 2024. Contains 375520 sequences. (Running on oeis4.)