The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A016772 a(n) = (3*n)^8. 1

%I #18 Sep 08 2022 08:44:41

%S 0,6561,1679616,43046721,429981696,2562890625,11019960576,37822859361,

%T 110075314176,282429536481,656100000000,1406408618241,2821109907456,

%U 5352009260481,9682651996416,16815125390625

%N a(n) = (3*n)^8.

%H Vincenzo Librandi, <a href="/A016772/b016772.txt">Table of n, a(n) for n = 0..1000</a>

%H <a href="/index/Rec#order_09">Index entries for linear recurrences with constant coefficients</a>, signature (9, -36, 84, -126, 126, -84, 36, -9, 1).

%t Table[(3*n)^8,{n,0,5!}] (* _Vladimir Joseph Stephan Orlovsky_, Mar 10 2010 *)

%o (Magma) [(3*n)^8: n in [0..25]]; // _Vincenzo Librandi_, May 09 2011

%o (Maxima) A016772(n):=(3*n)^8$

%o makelist(A016772(n),n,0,20); /* _Martin Ettl_, Nov 12 2012 */

%K nonn,easy

%O 0,2

%A _N. J. A. Sloane_

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 21 02:29 EDT 2024. Contains 372720 sequences. (Running on oeis4.)