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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A130744 n*(n+2)*n!. 2
0, 3, 16, 90, 576, 4200, 34560, 317520, 3225600, 35925120, 435456000, 5708102400, 80472268800, 1214269056000, 19527937228800, 333456963840000, 6025763487744000, 114887039275008000, 2304854534062080000 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

LINKS

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

MATHEMATICA

a[n_]:=(n+2)!-(n+1)!-n!; [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Dec 05 2008]

PROG

(MAGMA) [n*(n+2)*Factorial(n): n in [0..25]]; // Vincenzo Librandi, Aug 11 2011

(PARI) a(n)=n!*(n*(n+2)) \\ Charles R Greathouse IV, Aug 11 2011

CROSSREFS

Sequence in context: A026330 A146963 A074562 * A009124 A067679 A099952

Adjacent sequences:  A130741 A130742 A130743 * A130745 A130746 A130747

KEYWORD

nonn,easy

AUTHOR

Paul Curtz (bpcrtz(AT)free.fr), Jul 12 2007

EXTENSIONS

More terms and Mathematica program from Orlovsky (4vladimir(AT)gmail.com), Dec 05 2008

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 14 11:36 EST 2012. Contains 205623 sequences.