cp's OEIS Frontend

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.

A163279 a(n) = (n^6 + 2n^5 + 2n^4 + n^3 + 2n)/2.

This page as a plain text file.
%I A163279 #25 Mar 08 2018 12:07:24
%S A163279 4,86,705,3364,11630,32514,78211,168200,331704,610510,1062149,1763436,
%T A163279 2814370,4342394,6507015,9504784,13574636,19003590,26132809,35364020,
%U A163279 47166294,62083186,80740235,103852824,132234400,166805054,208600461
%N A163279 a(n) = (n^6 + 2n^5 + 2n^4 + n^3 + 2n)/2.
%C A163279 Before this sequence, a(5) = 11630 was an uninteresting number, see Links section. - _Omar E. Pol_, Apr 25 2016
%H A163279 Charles R Greathouse IV, <a href="/A163279/b163279.txt">Table of n, a(n) for n = 1..1000</a>
%H A163279 Charles R Greathouse IV, <a href="http://math.crg4.com/uninteresting.html">Uninteresting numbers</a>
%H A163279 <a href="/index/Rec#order_07">Index entries for linear recurrences with constant coefficients</a>, signature (7,-21,35,-35,21,-7,1).
%F A163279 G.f.: x*(4 + 58*x + 187*x^2 + 95*x^3 + 17*x^4 - x^5)/(1 - x)^7. - _Ilya Gutkovskiy_, Apr 25 2016
%t A163279 Array[Function[n, (n^6 + 2 n^5 + 2 n^4 + n^3 + 2 n)/2], {27}] (* or *)
%t A163279 Rest@ CoefficientList[Series[x (4 + 58 x + 187 x^2 + 95 x^3 + 17 x^4 - x^5)/(1 - x)^7, {x, 0, 27}], x] (* _Michael De Vlieger_, Apr 25 2016 *)
%t A163279 LinearRecurrence[{7,-21,35,-35,21,-7,1},{4,86,705,3364,11630,32514,78211},30] (* _Harvey P. Dale_, Mar 08 2018 *)
%o A163279 (MATLAB) for n=1:354 a(n) = n^2*((n*(n+1))^2 + n*(n+1) + 2/n)/2; end
%o A163279 % _Kyle Stern_, Jan 05 2010
%o A163279 (PARI) a(n)=(n^6+n^3)/2+n^5+n^4+n \\ _Charles R Greathouse IV_, Jul 29 2011
%Y A163279 Cf. A000290, A002378, A035287.
%K A163279 easy,nonn
%O A163279 1,1
%A A163279 _Omar E. Pol_, Nov 07 2009
%E A163279 More terms from _Kyle Stern_, Jan 05 2010