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.

A017278 a(n) = (10*n)^10.

This page as a plain text file.
%I A017278 #23 Sep 08 2022 08:44:42
%S A017278 0,10000000000,10240000000000,590490000000000,10485760000000000,
%T A017278 97656250000000000,604661760000000000,2824752490000000000,
%U A017278 10737418240000000000,34867844010000000000,100000000000000000000
%N A017278 a(n) = (10*n)^10.
%C A017278 a(n) = A155955(n,10) for n > 9. - _Reinhard Zumkeller_, Jan 31 2009
%H A017278 Vincenzo Librandi, <a href="/A017278/b017278.txt">Table of n, a(n) for n = 0..500</a>
%H A017278 <a href="/index/Rec">Index entries for linear recurrences with constant coefficients</a>, signature (11,-55,165,-330,462,-462,330,-165,55,-11,1).
%t A017278 (10*Range[0,20])^10 (* _Harvey P. Dale_, Oct 29 2013 *)
%o A017278 (Magma) [(10*n)^10: n in [0..10]]; // _Vincenzo Librandi_, Jul 29 2011
%o A017278 (PARI) a(n)=(10*n)^10 \\ _Charles R Greathouse IV_, Jul 29 2011
%K A017278 nonn,easy
%O A017278 0,2
%A A017278 _N. J. A. Sloane_