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!)
A120066 (n-1)! divided by (product phi(d)! ; d divides n). 0
1, 1, 1, 3, 1, 30, 1, 105, 28, 630, 1, 207900, 1, 12012, 45045, 675675, 1, 171531360, 1, 2618916300, 3527160, 3879876, 1, 139143023019000, 10626, 67603900, 43743700, 21925567263600, 1, 2360561385517335000, 1, 203067496256625, 14902327440 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
LINKS
PROG
(PARI) a(n) = (n-1)! / prod(i=1, n, if(n%i==0, eulerphi(i)!, 1))
CROSSREFS
Cf. A120065.
Sequence in context: A358165 A298399 A365087 * A326797 A227953 A046979
KEYWORD
nonn
AUTHOR
Martin Fuller, Jun 06 2006
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 19 05:19 EDT 2024. Contains 371782 sequences. (Running on oeis4.)