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.

A024133 a(n) = 11^n - n^6.

This page as a plain text file.
%I A024133 #16 Sep 08 2022 08:44:48
%S A024133 1,10,57,602,10545,145426,1724905,19369522,214096737,2357416250,
%T A024133 25936424601,285309899050,3138425390737,34522707317122,
%U A024133 379749826053705,4177248158025026,45949729846794945,505447028475156202
%N A024133 a(n) = 11^n - n^6.
%H A024133 Vincenzo Librandi, <a href="/A024133/b024133.txt">Table of n, a(n) for n = 0..300</a>
%H A024133 <a href="/index/Rec#order_08">Index entries for linear recurrences with constant coefficients</a>, signature (18,-98,266,-420,406,-238,78,-11).
%o A024133 (Magma) [11^n-n^6: n in [0..20]]; // _Vincenzo Librandi_, Jul 01 2011
%o A024133 (PARI) a(n)= 11^n-n^6 \\ _Charles R Greathouse IV_, Jul 01 2011
%K A024133 nonn,easy
%O A024133 0,2
%A A024133 _N. J. A. Sloane_