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!)
A264663 Catalan numbers written in base 2. 4
1, 1, 10, 101, 1110, 101010, 10000100, 110101101, 10110010110, 1001011111110, 100000110011100, 1110010110100010, 110010110010001100, 10110101010111110100, 1010001100111100001000, 100100111110111001111101, 10000110111000001111100110, 111101110100011100011110110, 11100011110000011000000101100 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
Eric Weisstein's World of Mathematics, Catalan Number
Eric Weisstein's World of Mathematics, Binary
FORMULA
a(n) = A007088(A000108(n)).
MATHEMATICA
Table[FromDigits[IntegerDigits[CatalanNumber[n], 2]], {n, 0, 18}]
PROG
(PARI) vector(30, n, n--; subst(Pol(binary(binomial(2*n, n)/(n+1))), 'x, 10)) \\ Altug Alkan, Nov 20 2015
(Magma) [Seqint(Intseq(Catalan(n), 2)): n in [0..20]]; // Vincenzo Librandi, Nov 21 2015
CROSSREFS
Sequence in context: A290412 A288903 A289038 * A290525 A290548 A290813
KEYWORD
nonn,base
AUTHOR
Ilya Gutkovskiy, Nov 20 2015
STATUS
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 April 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)