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.

A196289 a(n) = n^9 - n.

This page as a plain text file.
%I A196289 #28 Mar 05 2025 11:12:29
%S A196289 0,0,510,19680,262140,1953120,10077690,40353600,134217720,387420480,
%T A196289 999999990,2357947680,5159780340,10604499360,20661046770,38443359360,
%U A196289 68719476720,118587876480,198359290350,322687697760,511999999980,794280046560,1207269217770,1801152661440,2641807540200
%N A196289 a(n) = n^9 - n.
%H A196289 Vincenzo Librandi, <a href="/A196289/b196289.txt">Table of n, a(n) for n = 0..10000</a>
%H A196289 <a href="/index/Rec#order_10">Index entries for linear recurrences with constant coefficients</a>, signature (10,-45,120,-210,252,-210,120,-45,10,-1).
%F A196289 G.f.: 30*x^2*(17+486*x+2943*x^2+5204*x^3+2943*x^4+486*x^5+17*x^6) / (x-1)^10 . - _R. J. Mathar_, Oct 13 2011
%t A196289 Table[n^9 - n, {n, 0, 40}] (* and *) LinearRecurrence[{10, -45, 120, -210, 252, -210, 120, -45, 10, -1}, {0, 0, 510, 19680, 262140, 1953120, 10077690, 40353600, 134217720, 387420480}, 40] (* _Vladimir Joseph Stephan Orlovsky_, Feb 21 2012 *)
%o A196289 (Magma) [n^9-n: n in [0..30]];
%o A196289 (PARI) a(n)=n^9-n \\ _Charles R Greathouse IV_, Nov 21 2011
%Y A196289 Cf. A195859, A196288.
%K A196289 nonn,easy,less
%O A196289 0,3
%A A196289 _Vincenzo Librandi_, Oct 01 2011