|
Search: id:A005345
|
|
|
| A005345 |
|
Number of elements of a free idempotent monoid on n letters. (Formerly M1820)
|
|
+0 3
|
|
| 1, 2, 7, 160, 332381, 2751884514766, 272622932796281408879065987, 3641839910835401567626683593436003894250931310990279692, 84883186791383076098667112629300091811829763518160024883948061425505953907813622\ 1019132415247551725144817958905
(list; graph; listen)
|
|
|
OFFSET
|
0,2
|
|
|
COMMENT
|
An idempotent monoid satisfies the equation xx=x for any element x.
A square-free word may be equivalent to a smaller or larger word as a consequence of the idempotent equation.
|
|
REFERENCES
|
M. Lothaire, Combinatorics on Words. Addison-Wesley, Reading, MA, 1983, p. 32.
|
|
LINKS
|
Eric Weisstein's World of Mathematics, Link to a section of The World of Mathematics.
Eric Weisstein's World of Mathematics, Free Idempotent Monoid
Index entries for sequences related to monoids
|
|
FORMULA
|
a(n) = Sum C(n, k) Prod (k-i+1)^(2^i), i=1..k; k=0..n.
Binomial transform of A030450. - Michael Somos Oct 22 2006
|
|
PROGRAM
|
(PARI) {a(n)=sum(k=0, n, binomial(n, k)*prod(i=1, k, (k-i+1)^2^i))} /* Michael Somos Oct 22 2006 */
|
|
CROSSREFS
|
A030449(n)=a(n)-1.
Adjacent sequences: A005342 A005343 A005344 this_sequence A005346 A005347 A005348
Sequence in context: A101799 A062617 A064607 this_sequence A077746 A159034 A120381
|
|
KEYWORD
|
nonn,easy
|
|
AUTHOR
|
N. J. A. Sloane (njas(AT)research.att.com), Jeffrey Shallit
|
|
EXTENSIONS
|
One more term from Gabriel Cunningham (gcasey(AT)mit.edu), Nov 14 2004
|
|
|
Search completed in 0.002 seconds
|