login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A062074 n^3 * 3^n. 10
0, 3, 72, 729, 5184, 30375, 157464, 750141, 3359232, 14348907, 59049000, 235782657, 918330048, 3502727631, 13124466936, 48427561125, 176319369216, 634465620819, 2259436291848, 7971951402153, 27894275208000 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

LINKS

Harry J. Smith, Table of n, a(n) for n=0,...,200

MATHEMATICA

lst={}; Do[i=3^n*n^3; AppendTo[lst, i], {n, 5!}]; lst [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Sep 22 2009]

PROG

(PARI) for(n=0, 22, print((n^3)*(3^n)))

(PARI) { for (n=0, 200, write("b062074.txt", n, " ", n^3 * 3^n) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Jul 31 2009]

CROSSREFS

Sequence in context: A111649 A073589 A089537 * A071645 A202948 A156908

Adjacent sequences:  A062071 A062072 A062073 * A062075 A062076 A062077

KEYWORD

easy,nonn

AUTHOR

Jason Earls (zevi_35711(AT)yahoo.com), Jun 27 2001

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 10:57 EST 2012. Contains 206009 sequences.