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 A084637 #22 Mar 21 2023 07:20:39 %S A084637 1,1,2,4,8,16,32,65,136,293,642,1410,3072,6606,14004,29295,60592, %T A084637 124187,252742,511672,1031912,2075452,4166408,8353165,16732664, %U A084637 33498977,67040458,134134046,268333872,536748474,1073595228,2147309211,4294760928,8589691767 %N A084637 Binomial transform of (1,0,1,0,1,0,1,1,1,1,1,...). %C A084637 The sequence starting 1,2,4,... is the binomial transform of (1, 1, 1, 1, 1, 1, 2, 2, 2, ...) with A035038(n) = Sum_{k=0..5} C(n,k) + 2*Sum_{k=6..n} C(n,k) = 2^n - (n^5 - 5*n^4 + 25*n^3 + 5*n^2 + 94*n + 120)/120. This gives the partial sums of A084636. %H A084637 Colin Barker, <a href="/A084637/b084637.txt">Table of n, a(n) for n = 0..1000</a> %H A084637 <a href="/index/Rec#order_07">Index entries for linear recurrences with constant coefficients</a>, signature (8,-27,50,-55,36,-13,2). %F A084637 a(n) = Sum_{k=0..2} C(n, 2*k) + Sum_{k=6..n} C(n, k). %F A084637 a(n) = 2^n - n*(n^4 - 10*n^3 + 55*n^2 - 110*n + 184)/120. %F A084637 G.f.: (1-7*x+21*x^2-35*x^3+35*x^4-21*x^5+7*x^6) / ((1-x)^6*(1-2*x)). - _Colin Barker_, Mar 17 2016 %t A084637 Table[2^n -n*(n^4-10*n^3+55*n^2-110*n+184)/120, {n,0,50}] (* _G. C. Greubel_, Mar 19 2023 *) %o A084637 (PARI) Vec((1-7*x+21*x^2-35*x^3+35*x^4-21*x^5+7*x^6)/((1-x)^6*(1-2*x)) + O(x^50)) \\ _Colin Barker_, Mar 17 2016 %o A084637 (Magma) [2^n -n*(n^4-10*n^3+55*n^2-110*n+184)/120: n in [0..50]]; // _G. C. Greubel_, Mar 19 2023 %o A084637 (SageMath) [2^n -n*(n^4-10*n^3+55*n^2-110*n+184)/120 for n in range(51)] # _G. C. Greubel_, Mar 19 2023 %Y A084637 Cf. A000225, A000325, A035038, A084634, A084635, A084636. %K A084637 easy,nonn %O A084637 0,3 %A A084637 _Paul Barry_, Jun 06 2003