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 A027626 #57 Jun 27 2025 21:59:13 %S A027626 1,2,10,5,7,28,12,15,55,22,26,91,35,40,136,51,57,190,70,77,253,92,100, %T A027626 325,117,126,406,145,155,496,176,187,595,210,222,703,247,260,820,287, %U A027626 301,946,330,345,1081,376,392,1225,425,442,1378,477,495,1540,532,551 %N A027626 Denominator of n*(n+5)/((n+2)*(n+3)). %H A027626 Vincenzo Librandi, <a href="/A027626/b027626.txt">Table of n, a(n) for n = 0..1000</a> %H A027626 Peter Bala, <a href="/A306367/a306367.pdf">A note on the sequence of numerators of a rational function</a>, 2019. %H A027626 <a href="/index/Rec#order_09">Index entries for linear recurrences with constant coefficients</a>, signature (0,0,3,0,0,-3,0,0,1). %F A027626 a(n) = GCD of n-th and (n+1)st tetrahedral numbers (A000292). - _Ross La Haye_, Sep 13 2003 %F A027626 G.f.: (1 +2*x +10*x^2 +2*x^3 +x^4 -2*x^5 +x^8)/(1-x^3)^3. %F A027626 a(n) = A234041(n+1) = A107711(n+4,3) = C(n+3,2)*gcd(n+4,3)/3 for n >= 0. See the o.g.f. of A234041. - _Wolfdieter Lang_, Feb 26 2014 %F A027626 a(n) = numerator of (n+2)*(n+3)/6. - _Altug Alkan_, Apr 18 2018 %F A027626 Sum_{n>=0} 1/a(n) = 5 - 4*Pi/(3*sqrt(3)). - _Amiram Eldar_, Aug 11 2022 %F A027626 a(n) = (n + 2)*(n + 3)*(5 - 2*A061347(n+1))/18. - _Stefano Spezia_, Oct 16 2023 %F A027626 a(n) is quasi-polynomial in n: a(3*n) = (n+1)*(3*n+2)/2 = A000326(n+1); a(3*n+1) = (n+1)*(3*n+4)/2 = A005449(n+1); a(3*n+2) = (3*n+4)*(3*n+5)/2 = A060544(n+2). - _Peter Bala_, Nov 20 2024 %t A027626 CoefficientList[Series[(1+2*x+10*x^2+2*x^3+x^4-2*x^5+x^8)/(1-x^3)^3, {x,0,50}], x] (* _Vincenzo Librandi_, Mar 04 2014 *) %o A027626 (Magma) [Denominator(n*(n+5)/((n+2)*(n+3))): n in [0..60]]; // _Vincenzo Librandi_, Mar 04 2014 %o A027626 (PARI) a(n) = numerator((n+2)*(n+3)/6); \\ _Altug Alkan_, Apr 18 2018 %o A027626 (SageMath) [numerator(binomial(n+3,2)/3) for n in (0..60)] # _G. C. Greubel_, Aug 04 2022 %Y A027626 Cf. A000292, A027625, A061347, A107711, A234041. %K A027626 nonn,frac,easy %O A027626 0,2 %A A027626 _N. J. A. Sloane_ %E A027626 More terms from _Vincenzo Librandi_, Mar 04 2014