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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A052562 5^n*n!. 22
1, 5, 50, 750, 15000, 375000, 11250000, 393750000, 15750000000, 708750000000, 35437500000000, 1949062500000000, 116943750000000000, 7601343750000000000, 532094062500000000000, 39907054687500000000000 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

COMMENTS

A simple regular expression in a labeled universe.

For n >= 1 a(n) is the order of the wreath product of the symmetric group S_n and the Abelian group (C_5)^n. - Ahmed Fares (ahmedfares(AT)my-deja.com), May 07 2001

REFERENCES

Michael Z. Spivey and Laura L. Steil, The k-Binomial Transforms and the Hankel Transform, Journal of Integer Sequences, Vol. 9 (2006), Article 06.1.1.

LINKS

Vincenzo Librandi, Table of n, a(n) for n = 0..300

INRIA Algorithms Project, Encyclopedia of Combinatorial Structures 504

FORMULA

E.g.f.: 1/(1-5*x).

Recurrence: {a(0)=1, (-5*n-5)*a(n)+a(n+1)}

G.f.: 1/(1-5x/(1-5x/(1-10x/(1-10x/(1-15x/(1-15x/(1-20x/(1-... (continued fraction). - DELEHAM Philippe, Jan 08 2012

MAPLE

spec := [S, {S=Sequence(Union(Z, Z, Z, Z, Z))}, labeled]: seq(combstruct[count](spec, size=n), n=0..20);

with(combstruct):A:=[N, {N=Cycle(Union(Z$5))}, labeled]: seq(count(A, size=n)/5, n=1..16); - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Dec 05 2007

MATHEMATICA

s=1; lst={s}; Do[s+=n*s; AppendTo[lst, s], {n, 4, 5!, 5}]; lst [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Nov 08 2008]

PROG

(MAGMA)[5^n*Factorial(n): n in [0..20]]; // Vincenzo Librandi, Oct 05 2011

CROSSREFS

Cf. A000142, A008548, A008546, A034325, A000165, A0447055, A047056. a(n)= A051150(n+1, 0) (first column of triangle).

Sequence in context: A093146 A049393 A047054 * A113132 A088992 A116906

Adjacent sequences:  A052559 A052560 A052561 * A052563 A052564 A052565

KEYWORD

nonn,easy

AUTHOR

Joe Keane (jgk(AT)jgk.org)

EXTENSIONS

Name changed by Arkadiusz Wesolowski, Oct 04 2011

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 16 13:42 EST 2012. Contains 205913 sequences.