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!)
A194130 a(n) = n!/gcd(n,3). 1
1, 2, 2, 24, 120, 240, 5040, 40320, 120960, 3628800, 39916800, 159667200, 6227020800, 87178291200, 435891456000, 20922789888000, 355687428096000, 2134124568576000, 121645100408832000, 2432902008176640000, 17030314057236480000, 1124000727777607680000 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MAPLE
A194130 := proc(n)
n!/igcd(n, 3) ;
end proc:
seq(A194130(n), n=1..30) ;
MATHEMATICA
Table[n!/GCD[n, 3], {n, 20}] (* Harvey P. Dale, Aug 08 2019 *)
CROSSREFS
Sequence in context: A334123 A127261 A239531 * A356908 A032336 A032084
KEYWORD
nonn
AUTHOR
Paul Curtz, Aug 16 2011
EXTENSIONS
Definition and offset corrected by R. J. Mathar, Aug 18 2011
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 24 10:00 EDT 2024. Contains 371935 sequences. (Running on oeis4.)