cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A059985 Łukasiewicz words as integers written in factorial base.

Original entry on oeis.org

0, 1, 3, 4, 9, 10, 13, 14, 18, 33, 34, 37, 38, 42, 51, 52, 55, 56, 60, 73, 74, 78, 96, 153, 154, 157, 158, 162, 171, 172, 175, 176, 180, 193, 194, 198, 216, 249, 250, 253, 254, 258, 267, 268, 271, 272, 276, 289, 290, 294, 312, 363, 364, 367, 368, 372, 385, 386, 390, 408, 481
Offset: 0

Views

Author

Claude Lenormand (claude.lenormand(AT)free.fr), Mar 07 2001

Keywords

Comments

There are A000108(n-1) (Catalan numbers) Łukasiewicz words of length n.

Examples

			Łukasiewicz words: 0 01 011 002 0111 0021 0102 0012 0003 01111 00211 01021 00121 00031 01102 00202 01012 00112 00022 01003 00103 00013 00004 ...
a(16) = f(01012) = 0*0! + 1*1! + 0*2! + 1*3! + 2*4! = 55.
a(23713) = f(0000000000x) = 0*0! + ... + 0*9! + x*10! = 36288000, where x is the digit 10. - _Danny Rorabaugh_, Oct 15 2015
		

Crossrefs

Cf. A059984.

Extensions

a(37)-a(60) from Danny Rorabaugh, Oct 15 2015