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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A133799 a(2) = 1, a(3)=3; for n >= 4, a(n) = (n-2)!*Stirling_2(n,n-1)/2 = n!/4. 3
1, 3, 6, 30, 180, 1260, 10080, 90720, 907200, 9979200, 119750400, 1556755200, 21794572800, 326918592000, 5230697472000, 88921857024000, 1600593426432000, 30411275102208000, 608225502044160000, 12772735542927360000, 281000181944401920000 (list; graph; refs; listen; history; internal format)
OFFSET

2,2

MATHEMATICA

f[n_]:=If[IntegerPart[n]==n, n, Numerator[n]]; a=1; lst={}; Do[a=n*a-a; AppendTo[lst, f[a/4]], {n, 3, 3*4!}]; lst [From Vladimir Orlovsky (4vladimir(AT)gmail.com), May 28 2009]

CROSSREFS

A diagonal of triangle A133800.

Sequence in context: A125521 A090932 A157534 * A088436 A088506 A061137

Adjacent sequences:  A133796 A133797 A133798 * A133800 A133801 A133802

KEYWORD

nonn

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com), Jan 17 2008

EXTENSIONS

Corrected parameters in definition. - Geoffrey Critzer (critzer.geoffrey(AT)usd443.org), Apr 26 2009

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 15 23:53 EST 2012. Contains 205860 sequences.