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!)
A163088 (Product{k|n} k$) / n$. Here '$' denotes the swinging factorial function (A056040). 2
1, 1, 1, 1, 2, 1, 12, 1, 12, 6, 60, 1, 240, 1, 280, 180, 840, 1, 151200, 1, 90720, 840, 5544, 1, 15523200, 30, 24024, 3780, 5765760, 1, 93405312000, 1, 10810800, 16632, 437580, 4200, 6792641856000, 1, 1847560, 72072, 1173274502400 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
LINKS
Peter Luschny, Swinging Primes.
MAPLE
a := n -> A163087(n) / A056040(n):
MATHEMATICA
sf[n_] := With[{f = Floor[n/2]}, Pochhammer[f+1, n-f]/f!]; a[0] = 1; a[n_] := Product[sf[k], {k, Divisors[n]}]/sf[n]; Table[a[n], {n, 0, 40}] (* Jean-François Alcover, Jul 26 2013 *)
CROSSREFS
Sequence in context: A069249 A128247 A161150 * A105608 A051190 A072512
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 September 16 15:55 EDT 2024. Contains 375976 sequences. (Running on oeis4.)