Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A060690
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A060690 a(n) = C(2^n + n - 1, n). +0
18
1, 2, 10, 120, 3876, 376992, 119877472, 131254487936, 509850594887712, 7145544812472168960, 364974894538906616240640, 68409601066028072105113098240, 47312269462735023248040155132636160 (list; graph; listen)
OFFSET

0,2

COMMENT

Also the number of n X n (0,1) matrices modulo rows permutation (by symmetry this is the same as the number of (0,1) matrices modulo columns permutation), i.e. the number of equivalence classes where two matrices A and B are equivalent if one of them is the result of permuting the rows of the other. The total number of (0,1) matrices is in sequence A002416.

LINKS

Harry J. Smith, Table of n, a(n) for n=0,...,59

FORMULA

a(n) = [x^n] 1/(1-x)^(2^n).

a(n) = (1/n!)*Sum((-1)^(n-k)*Stirling1(n, k)*2^(k*n), k=0..n). - Vladeta Jovovic (vladeta(AT)eunet.rs), May 28 2004

a(n) = Sum_{k=0..n} (-1)^(n-k)*binomial(2^n+n,k) = Sum_{k=0..n} Stirling1(n,k)*(2^n+n-1)^k. G.f.: Sum_{n>=0} (-ln(1-2^n*x))^n/n!. - Paul Hanna and Vladeta Jovovic (vladeta(AT)eunet.rs), Jan 21 2008

G.f.: A(x) = Sum_{n>=0} [ -log(1 - 2^n*x)]^n / n!. More generally, Sum_{n>=0} [ -log(1 - q^n*x)]^n/n! = Sum_{n>=0} C(q^n+n-1,n)*x^n ; also Sum_{n>=0} log(1 + q^n*x)^n/n! = Sum_{n>=0} C(q^n,n)*x^n. - Paul D. Hanna (pauldhanna(AT)juno.com), Dec 29 2007

MAPLE

with(combinat): for n from 1 to 20 do printf(`%d, `, binomial(2^n+n-1, n)) od:

PROGRAM

(PARI) a(n)=binomial(2^n+n-1, n)

(PARI) {a(n)=polcoeff(sum(k=0, n, (-log(1-2^k*x +x*O(x^n)))^k/k!), n)} - Paul D. Hanna (pauldhanna(AT)juno.com), Dec 29 2007

(PARI) { for (n=0, 59, write("b060690.txt", n, " ", binomial(2^n + n - 1, n)); ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Jul 09 2009]

CROSSREFS

Cf. A002416, A060336, A088309, A132683, A132684.

Sequence in context: A006121 A110951 A120597 this_sequence A005617 A013038 A005321

Adjacent sequences: A060687 A060688 A060689 this_sequence A060691 A060692 A060693

KEYWORD

nonn

AUTHOR

Ahmed Fares (ahmedfares(AT)my-deja.com), Apr 19 2001

EXTENSIONS

More terms from James A. Sellers (sellersj(AT)math.psu.edu), Apr 20 2001

Edited by N. J. A. Sloane (njas(AT)research.att.com), Mar 17 2008

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 25 20:09 EST 2009. Contains 167514 sequences.


AT&T Labs Research