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 A181343 #19 Sep 08 2022 08:45:54 %S A181343 6,76,386,1251,3126,6606,12426,21461,34726,53376,78706,112151,155286, %T A181343 209826,277626,360681,461126,581236,723426,890251,1084406,1308726, %U A181343 1566186,1859901,2193126,2569256,2991826,3464511,3991126,4575626 %N A181343 a(n) = (35*n^4 - 35*n^3 + 55*n^2 - 25*n + 6)/6. %C A181343 Second bisection of A175898. %H A181343 Vincenzo Librandi, <a href="/A181343/b181343.txt">Table of n, a(n) for n = 1..1000</a> %H A181343 <a href="/index/Rec#order_05">Index entries for linear recurrences with constant coefficients</a>, signature (5,-10,10,-5,1). %F A181343 a(n) = 4*a(n-1) - 6*a(n-2) + 4*a(n-3) - a(n-4) + 140 for n > 4; a(1)=6, a(2)=76, a(3)=386, a(4)=1251. %F A181343 G.f.: x*(6 + 46*x + 66*x^2 + 21*x^3 + x^4)/(1-x)^5. %F A181343 a(-n+1) = A181342(n). - _Bruno Berselli_, Aug 23 2011 %t A181343 LinearRecurrence[{5,-10,10,-5,1},{6,76,386,1251,3126},30] (* _Harvey P. Dale_, Dec 06 2016 *) %o A181343 (Magma) [ (35*n^4-35*n^3+55*n^2-25*n+6)/6: n in [1..30] ]; %o A181343 (PARI) a(n)=(35*n^4-35*n^3+55*n^2-25*n+6)/6 \\ _Charles R Greathouse IV_, Jul 06 2017 %Y A181343 Cf. A175898, A181342. %K A181343 nonn,easy %O A181343 1,1 %A A181343 _Klaus Brockhaus_, Oct 14 2010