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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A052578 a(0) = 0, a(n) = 4*n! for n > 0. 1
0, 4, 8, 24, 96, 480, 2880, 20160, 161280, 1451520, 14515200, 159667200, 1916006400, 24908083200, 348713164800, 5230697472000, 83691159552000, 1422749712384000, 25609494822912000, 486580401635328000 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

LINKS

INRIA Algorithms Project, Encyclopedia of Combinatorial Structures 522

FORMULA

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

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

MAPLE

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

MATHEMATICA

Join[{0}, 4Range[25]!]  (* From Harvey P. Dale, Mar 12 2011 *)

PROG

(PARI) a(n)=if(n, 4*n!, 0) \\ Charles R Greathouse IV, Nov 20 2011

CROSSREFS

Sequence in context: A010366 A008950 A045881 * A066631 A090896 A131637

Adjacent sequences:  A052575 A052576 A052577 * A052579 A052580 A052581

KEYWORD

easy,nonn

AUTHOR

encyclopedia(AT)pommard.inria.fr, Jan 25 2000

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 10:53 EST 2012. Contains 205904 sequences.