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 A229354 #11 Jun 21 2022 14:16:52 %S A229354 6,9,17,39,101,279,797,2319,6821,20199,60077,179199,535541,1602519, %T A229354 4799357,14381679,43112261,129271239,387682637,1162785759,3487832981, %U A229354 10462450359,31385253917,94151567439,282446313701,847322163879,2541932937197,7625731702719 %N A229354 Total sum of n-th powers of parts in all partitions of 3. %H A229354 Alois P. Heinz, <a href="/A229354/b229354.txt">Table of n, a(n) for n = 0..1000</a> %H A229354 <a href="/index/Rec#order_03">Index entries for linear recurrences with constant coefficients</a>, signature (6,-11,6). %F A229354 a(n) = Sum_{k=1..3} A066633(3,k) * k^n. %F A229354 a(n) = 4 + 2^n + 3^n. %F A229354 G.f.: -(29*x^2-27*x+6)/((x-1)*(2*x-1)*(3*x-1)). %p A229354 a:= n-> 4+2^n+3^n: %p A229354 seq(a(n), n=0..30); %t A229354 LinearRecurrence[{6,-11,6},{6,9,17},30] (* _Harvey P. Dale_, Jun 21 2022 *) %Y A229354 Row n=3 of A213191. %K A229354 nonn,easy %O A229354 0,1 %A A229354 _Alois P. Heinz_, Sep 20 2013