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!)
A181860 a(n) = lcm(n^2, swinging_factorial(n)). 5
0, 1, 4, 18, 48, 150, 180, 980, 2240, 5670, 6300, 30492, 11088, 156156, 168168, 257400, 1647360, 3719430, 3938220, 17551820, 18475600, 81477396, 85357272, 373173528, 389398464, 1690097500, 1757701400, 7582037400, 3931426800, 33738060600 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = lcm(A000290(n), A056040(n)).
MAPLE
A181860 := n -> ilcm(n^2, n!/iquo(n, 2)!^2);
MATHEMATICA
Join[{0}, sf[n_]:=n!/Quotient[n, 2]!^2; a[n_]:=LCM[n^2, sf[n]]; Table[a[n], {n, 30}] ] (* Jean-François Alcover, Jun 28 2013 *)
PROG
(PARI) a(n) = lcm(n^2, n!/(n\2)!^2); \\ Michel Marcus, Mar 06 2018
CROSSREFS
Sequence in context: A045991 A228108 A259451 * A027271 A073991 A052642
KEYWORD
nonn
AUTHOR
Peter Luschny, Nov 21 2010
EXTENSIONS
a(26)-a(29) from Vincenzo Librandi, Mar 05 2018
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 25 16:23 EDT 2024. Contains 371989 sequences. (Running on oeis4.)