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!)
A051262 10-factorial numbers. 5
1, 10, 200, 6000, 240000, 12000000, 720000000, 50400000000, 4032000000000, 362880000000000, 36288000000000000, 3991680000000000000, 479001600000000000000, 62270208000000000000000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
For n >= 1 a(n) is the order of the wreath product of the symmetric group S_n and the Abelian group (C_10)^n. - Ahmed Fares (ahmedfares(AT)my-deja.com), May 07 2001
LINKS
FORMULA
a(n) = 10*A035279(n) = Product_{k=1..n} 10*k, n >= 1; a(0) := 1.
a(n) = n!*10^n =: (10*n)(!^10);
E.g.f.: 1/(1-10*x).
G.f.: 1/(1 - 10*x/(1 - 10*x/(1 - 20*x/(1 - 20*x/(1 - 30*x/(1 - 30*x/(1 - ...))))))), a continued fraction. - Ilya Gutkovskiy, May 12 2017
From Amiram Eldar, Jun 25 2020: (Start)
Sum_{n>=0) 1/a(n) = e^(1/10).
Sum_{n>=0) (-1)^n/a(n) = e^(-1/10). (End)
MAPLE
with(combstruct):A:=[N, {N=Cycle(Union(Z$10))}, labeled]: seq(count(A, size=n)/10, n=0..14); # Zerinvary Lajos, Dec 05 2007
MATHEMATICA
Array[#!*10^# &, 14, 0] (* Michael De Vlieger, Sep 04 2017 *)
PROG
(Magma) [10^n*Factorial(n): n in [0..20]]; // Vincenzo Librandi, Oct 05 2011
CROSSREFS
a(n) = A048176(n+1, 0)*(-1)^n (first column of unsigned triangle).
Sequence in context: A237025 A156275 A036362 * A367201 A362723 A178020
KEYWORD
easy,nonn
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 30 23:08 EDT 2024. Contains 372141 sequences. (Running on oeis4.)