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.

A016865 (5n+1)^5.

This page as a plain text file.
%I A016865 #18 Jul 08 2025 05:57:18
%S A016865 1,7776,161051,1048576,4084101,11881376,28629151,60466176,115856201,
%T A016865 205962976,345025251,550731776,844596301,1252332576,1804229351,
%U A016865 2535525376,3486784401,4704270176,6240321451
%N A016865 (5n+1)^5.
%H A016865 Vincenzo Librandi, <a href="/A016865/b016865.txt">Table of n, a(n) for n = 0..1000</a>
%H A016865 <a href="/index/Rec#order_06">Index entries for linear recurrences with constant coefficients</a>, signature (6,-15,20,-15,6,-1).
%F A016865 G.f.: (1024*x^5+52905*x^4+198890*x^3+114410*x^2+7770*x+1)/(x-1)^6. [_Colin Barker_, Sep 19 2012]
%t A016865 CoefficientList[Series[(1024 x^5 + 52905 x^4 + 198890 x^3 + 114410 x^2 + 7770 x + 1)/(x - 1)^6, {x, 0, 40}], x] (* _Vincenzo Librandi_, Oct 15 2013 *)
%o A016865 (Magma) [(5*n+1)^5: n in [0..20]]; // _Vincenzo Librandi_, Oct 15 2013
%K A016865 nonn,easy
%O A016865 0,2
%A A016865 _N. J. A. Sloane_