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!)
A130380 Catalan numbers halved and rounded to the next integer. 3
1, 1, 1, 3, 7, 21, 66, 215, 715, 2431, 8398, 29393, 104006, 371450, 1337220, 4847423, 17678835, 64822395, 238819350, 883631595, 3282060210, 12233133510, 45741281820, 171529806825, 644952073662, 2430973200726, 9183676536076 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
COMMENTS
Number of cycles in range [A014137(n-1)..A014138(n-1)] of permutation A130918.
LINKS
FORMULA
a(n) = ceiling(A000108(n)/2) = (A000108(n)+A036987(n))/2.
MATHEMATICA
Ceiling[CatalanNumber[Range[0, 30]]/2] (* Harvey P. Dale, Feb 16 2014 *)
PROG
(MIT Scheme:) (define (A130380 n) (floor->exact (/ (+ (A000108 n) 1) 2)))
CROSSREFS
Sequence in context: A148675 A148676 A105864 * A097147 A148677 A240506
KEYWORD
nonn
AUTHOR
Antti Karttunen, Jun 11 2007
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 25 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)