[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 A060543 (Underlined text is an addition; strikethrough text is a deletion.)

Showing entries 1-10 | older changes
A060543 Triangle, read by antidiagonals, where T(n,k) = C(n+n*k+k, n*k+k).
(history; published version)
#14 by N. J. A. Sloane at Mon Sep 24 16:53:13 EDT 2018
EXTENSIONS

Edited by N. J. A. Sloane at the suggestion of _Andrew S. Plewe_, Jun 17 2007

Discussion
Mon Sep 24 16:53
OEIS Server: https://oeis.org/edit/global/2767
#13 by Jon E. Schoenfield at Wed Sep 16 05:32:34 EDT 2015
STATUS

editing

approved

#12 by Jon E. Schoenfield at Wed Sep 16 05:32:31 EDT 2015
LINKS

Harry J. Smith, <a href="/A060543/b060543.txt">Table of n, a(n) for n=0,...,..252</a>

FORMULA

a(n) = A060539(n, k)/n = A007318(nk, k)/n = A060540(n, k)/A060540(n-1, k)).

PROG

(PARI) { i=0; write("b060543.txt", "0 1"); for (m=0, 20, for (k=0, m + 1, n=m - k + 1; write("b060543.txt", i++, " ", binomial(n + n*k + k, n*k + k))); ) } [From _))); ) } \\ _Harry J. Smith_, Jul 06 2009]

EXTENSIONS

Edited by N. J. A. Sloane at the suggestion of _Andrew Plewe, _, Jun 17 2007

STATUS

approved

editing

#11 by Russ Cox at Fri Mar 30 18:51:33 EDT 2012
AUTHOR

_Henry Bottomley (se16(AT)btinternet.com), _, Apr 02 2001

Discussion
Fri Mar 30 18:51
OEIS Server: https://oeis.org/edit/global/247
#10 by Russ Cox at Fri Mar 30 18:36:31 EDT 2012
EXTENSIONS

Entry revised by _Paul D. Hanna (pauldhanna(AT)juno.com), _, May 31 2005

Discussion
Fri Mar 30 18:36
OEIS Server: https://oeis.org/edit/global/213
#9 by Russ Cox at Fri Mar 30 17:24:13 EDT 2012
PROG

(PARI) { i=0; write("b060543.txt", "0 1"); for (m=0, 20, for (k=0, m + 1, n=m - k + 1; write("b060543.txt", i++, " ", binomial(n + n*k + k, n*k + k))); ) } [From _Harry J. Smith (hjsmithh(AT)sbcglobal.net), _, Jul 06 2009]

Discussion
Fri Mar 30 17:24
OEIS Server: https://oeis.org/edit/global/133
#8 by Russ Cox at Fri Mar 30 16:49:05 EDT 2012
EXTENSIONS

Edited by _N. J. A. Sloane (njas(AT)research.att.com) _ at the suggestion of Andrew Plewe, Jun 17 2007

Discussion
Fri Mar 30 16:49
OEIS Server: https://oeis.org/edit/global/110
#7 by N. J. A. Sloane at Thu Nov 11 07:34:06 EST 2010
LINKS

Harry J. Smith, <a href="="/A060543/b060543.txt">Table of n, a(n) for n=0,...,252</a>

KEYWORD

nonn,tabl,new

#6 by N. J. A. Sloane at Tue Jun 01 03:00:00 EDT 2010
LINKS

Harry J. Smith, <a href="b060543.txt">Table of n, a(n) for n=0,...,252</a>

PROG

(PARI) { i=0; write("b060543.txt", "0 1"); for (m=0, 20, for (k=0, m + 1, n=m - k + 1; write("b060543.txt", i++, " ", binomial(n + n*k + k, n*k + k))); ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Jul 06 2009]

KEYWORD

nonn,tabl,new

#5 by N. J. A. Sloane at Fri Feb 27 03:00:00 EST 2009
KEYWORD

nonn,tabl,new

EXTENSIONS

Edited by N. J. A. Sloane (njas (AT)research.att.com) at the suggestion of Andrew Plewe, Jun 17 2007

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 03:06 EDT 2024. Contains 375510 sequences. (Running on oeis4.)