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!)
A004096 Catalan numbers written backwards. 2
1, 1, 2, 5, 41, 24, 231, 924, 341, 2684, 69761, 68785, 210802, 9247, 444762, 5484969, 7675353, 97446921, 7836774, 913627671, 240214656, 2076266442, 4636528419, 56316950343, 4237414099821, 2541046491684, 25127035376381, 40061905533596, 63057159747362 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = A004086(A000108(n)). - Michel Marcus, Apr 05 2014
MAPLE
a:= n-> (s-> parse(cat(s[-i]$i=1..length(s))))(
""||(binomial(2*n, n)/(n+1))):
seq(a(n), n=0..50); # Alois P. Heinz, Apr 09 2015
MATHEMATICA
FromDigits[Reverse[IntegerDigits[#]]]&/@CatalanNumber[Range[0, 40]] (* Vincenzo Librandi, Jan 21 2016 *)
PROG
(Magma) [Seqint(Reverse(Intseq(Catalan(n)))): n in [0..40]]; // Vincenzo Librandi, Jan 21 2016
CROSSREFS
Cf. A000108.
Sequence in context: A162035 A366358 A245242 * A156152 A106885 A072439
KEYWORD
nonn,base
AUTHOR
EXTENSIONS
More terms from Eric M. Schmidt, Apr 04 2014
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 23 19:56 EDT 2024. Contains 371916 sequences. (Running on oeis4.)