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.

A098803 a(n) = n^7 * 7^n.

This page as a plain text file.
%I A098803 #22 Mar 13 2024 10:33:28
%S A098803 0,7,6272,750141,39337984,1313046875,32934190464,678223072849,
%T A098803 12089663946752,193010051319183,2824752490000000,38532504363714053,
%U A098803 495958345459089408,6079641716636816419,71493870602660352896
%N A098803 a(n) = n^7 * 7^n.
%H A098803 Vincenzo Librandi, <a href="/A098803/b098803.txt">Table of n, a(n) for n = 0..1000</a>
%H A098803 <a href="/index/Rec#order_08">Index entries for linear recurrences with constant coefficients</a>, signature (56,-1372,19208,-168070,941192,-3294172,6588344,-5764801).
%F A098803 G.f.: 7*x*(117649*x^6 +2016840*x^5 +2859591*x^4 +828688*x^3 +58359*x^2 +840*x +1) / (7*x -1)^8. - _Colin Barker_, Apr 30 2013
%e A098803 a(1) = 1^7 * 7^1 = 7.
%e A098803 a(2) = 2^7 * 7^2 = 6272.
%t A098803 Table[n^7*7^n, {n, 1, 20}] (* _Stefan Steinerberger_, Mar 06 2006 *)
%o A098803 (Magma) [7^n*n^7: n in [0..20]]; // _Vincenzo Librandi_, Oct 27 2011
%o A098803 (PARI) a(n)=n^7*7^n \\ _Charles R Greathouse IV_, Oct 07 2015
%Y A098803 Cf. A007758, A062074, A062075.
%K A098803 nonn,easy
%O A098803 0,2
%A A098803 _Parthasarathy Nambi_, Oct 05 2004
%E A098803 More terms from _Stefan Steinerberger_, Mar 06 2006
%E A098803 Offset changed from 1 to 0 by _Vincenzo Librandi_, Oct 27 2011