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!)
A262187 a(n) = (3^n)! / n!. 0
1, 6, 181440, 1814811575069725360128000000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Next term is too large to include.
LINKS
FORMULA
a(n) = A079288(n)/A000142(n).
EXAMPLE
For n = 2, a(n) = (3^2)! / (2)! = 181440.
MATHEMATICA
Table[(3^n)! / n!, {n, 0, 6}] (* Vincenzo Librandi, Sep 15 2015 *)
PROG
(PARI) a(n) = (3^n)! / n!;
vector(5, n, a(n-1))
(Magma) [Factorial(3^n) / Factorial(n): n in [0..6]]; // Vincenzo Librandi, Sep 15 2015
CROSSREFS
Sequence in context: A076909 A172864 A352022 * A297534 A183765 A358385
KEYWORD
nonn
AUTHOR
Altug Alkan, Sep 14 2015
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 19 07:38 EDT 2024. Contains 371782 sequences. (Running on oeis4.)