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.
%I A188669 #21 Jul 01 2025 15:57:13 %S A188669 1,2,4,9,26,77,246,805,2702,9238,32066,112674,400024,1432736,5170584, %T A188669 18783763,68635478,252087092,930138522,3446163221,12815663678, %U A188669 47820430994,178987624514,671825076732,2528212128756,9536894864387,36054433808299,136583760727865,518401146543812,1971076359414358,7506908923471954,28634752202227978 %N A188669 a(n) = ceiling(binomial(2*n-1,n-1)/n). %C A188669 A useful lower bound when studying certain problems involving compositions. %H A188669 Vincenzo Librandi, <a href="/A188669/b188669.txt">Table of n, a(n) for n = 1..1000</a> %t A188669 Table[Ceiling[Binomial[2 n - 1, n - 1]/n], {n, 35}] (* _Harvey P. Dale_, Apr 09 2011 *) %o A188669 (Magma) [Ceiling(Binomial(2*n-1,n-1)/n): n in [1..60]]; // _Vincenzo Librandi_, Sep 07 2016 %Y A188669 See A201058, A201059 for numerators and denominators without ceiling. - _F. Chapoton_, Aug 15 2021 %K A188669 nonn %O A188669 1,2 %A A188669 Robert Gerbicz and _N. J. A. Sloane_, Apr 07 2011