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.

A016846 a(n) = (4*n + 3)^10.

This page as a plain text file.
%I A016846 #17 Sep 08 2022 08:44:41
%S A016846 59049,282475249,25937424601,576650390625,6131066257801,
%T A016846 41426511213649,205891132094649,819628286980801,2758547353515625,
%U A016846 8140406085191601,21611482313284249,52599132235830049,119042423827613001
%N A016846 a(n) = (4*n + 3)^10.
%H A016846 Vincenzo Librandi, <a href="/A016846/b016846.txt">Table of n, a(n) for n = 0..10000</a>
%H A016846 <a href="/index/Rec#order_11">Index entries for linear recurrences with constant coefficients</a>, signature (11, -55, 165, -330, 462, -462, 330, -165, 55, -11, 1).
%t A016846 (4Range[0,15]+3)^10 (* _Harvey P. Dale_, Aug 12 2011 *)
%o A016846 (Magma) [(4*n+3)^10: n in [0..20]]; // _Vincenzo Librandi_, Aug 13 2011
%K A016846 nonn,easy
%O A016846 0,1
%A A016846 _N. J. A. Sloane_