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
0, 6561, 1679616, 43046721, 429981696, 2562890625, 11019960576, 37822859361, 110075314176, 282429536481, 656100000000, 1406408618241, 2821109907456, 5352009260481, 9682651996416, 16815125390625 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
Index entries for linear recurrences with constant coefficients, signature (9, -36, 84, -126, 126, -84, 36, -9, 1).
MATHEMATICA
Table[(3*n)^8, {n, 0, 5!}] (* Vladimir Joseph Stephan Orlovsky, Mar 10 2010 *)
PROG
(Magma) [(3*n)^8: n in [0..25]]; // Vincenzo Librandi, May 09 2011
(Maxima) A016772(n):=(3*n)^8$
makelist(A016772(n), n, 0, 20); /* Martin Ettl, Nov 12 2012 */
CROSSREFS
Sequence in context: A209510 A016760 A203652 * A059980 A038684 A016844
KEYWORD
nonn,easy
AUTHOR
STATUS
approved

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 April 23 07:57 EDT 2024. Contains 371905 sequences. (Running on oeis4.)