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 A100139 #14 Oct 10 2021 22:59:31 %S A100139 1,2,4,8,16,32,67,152,376,992,2704,7424,20233,54398,144112,376736, %T A100139 974368,2500544,6385435,16264220,41396788,105423776,268818064, %U A100139 686499008,1755723793,4495691834,11521647916,29543647160,75774096832,194353495424 %N A100139 a(n) = Sum_{k=0..floor(n/6)} C(n-3k,3k) * 3^k * 2^(n-6k). %C A100139 Binomial transform of 1,1,1,1,1,1,4,4,13,13,31,... with g.f. (1-x)^2(1+x)^3/(1-3x^2+3x^4-4x^6)=(1+x)(1-x^2)^2/((1-x^2)^3-3x^6). %H A100139 Seiichi Manyama, <a href="/A100139/b100139.txt">Table of n, a(n) for n = 0..1000</a> %H A100139 <a href="/index/Rec#order_06">Index entries for linear recurrences with constant coefficients</a>, signature (6,-12,8,0,0,3). %F A100139 G.f.: (1-2x)^2/((1-2x)^3 - 3x^6). %F A100139 a(n) = 6*a(n-1) -12*a(n-2) + 8*a(n-3) + 3*a(n-6). %t A100139 LinearRecurrence[{6,-12,8,0,0,3},{1,2,4,8,16,32},30] (* _Harvey P. Dale_, Sep 30 2015 *) %Y A100139 Cf. A097122, A100133, A100134, A100137, A100138. %K A100139 easy,nonn %O A100139 0,2 %A A100139 _Paul Barry_, Nov 06 2004