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!)
A091482 a(n) = (3*n)^n. 3
1, 3, 36, 729, 20736, 759375, 34012224, 1801088541, 110075314176, 7625597484987, 590490000000000, 50542106513726817, 4738381338321616896, 482880748567480579719, 53148384174432398229504, 6283298708943145751953125, 794071845499378503449051136 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
E.g.f.: 1/(1 + LambertW(-3*x)). - Ilya Gutkovskiy, Oct 03 2017
MATHEMATICA
Join[{1}, Table[(3 n)^n, {n, 20}]] (* Vincenzo Librandi, Jun 21 2015 *)
PROG
(Magma) [(3*n)^n : n in [0..20]]; // Zaki Khandaker, Jun 21 2015
(PARI) a(n) = (3*n)^n \\ Charles R Greathouse IV, Jun 21 2015
CROSSREFS
Sequence in context: A366004 A006587 A328122 * A121245 A193754 A366008
KEYWORD
nonn,easy
AUTHOR
Christian G. Bower, Jan 13 2004
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 July 9 19:14 EDT 2024. Contains 374188 sequences. (Running on oeis4.)