login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A091482
a(n) = (3*n)^n.
4
1, 3, 36, 729, 20736, 759375, 34012224, 1801088541, 110075314176, 7625597484987, 590490000000000, 50542106513726817, 4738381338321616896, 482880748567480579719, 53148384174432398229504, 6283298708943145751953125, 794071845499378503449051136
OFFSET
0,2
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 A377504
KEYWORD
nonn,easy
AUTHOR
Christian G. Bower, Jan 13 2004
STATUS
approved