The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A163089 n! / (Product{k|n} k$). Here '$' denotes the swinging factorial function (A056040). 2
1, 1, 1, 1, 2, 4, 3, 36, 48, 96, 240, 14400, 2160, 518400, 90720, 141120, 1935360, 1625702400, 870912, 131681894400, 145152000, 15676416000, 287400960000, 1593350922240000, 14780620800, 7648084426752000, 1614043791360000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
LINKS
Peter Luschny, Swinging Primes.
MAPLE
a := n -> n! / A163087(n):
MATHEMATICA
sf[n_] := With[{f = Floor[n/2]}, Pochhammer[f+1, n-f]/f!]; a[0] = 1; a[n_] := n!/Product[sf[k], {k, Divisors[n]}]; Table[a[n], {n, 0, 26}] (* Jean-François Alcover, Jul 26 2013 *)
CROSSREFS
Sequence in context: A071970 A182103 A303053 * A258371 A111172 A173556
KEYWORD
nonn
AUTHOR
Peter Luschny, Jul 21 2009
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 May 13 02:15 EDT 2024. Contains 372497 sequences. (Running on oeis4.)