login
This site is supported by donations 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; internal format)
OFFSET

1,4

PROG

(PARI) a(n) = (n-1)! / prod(i=1, n, if(n%i==0, eulerphi(i)!, 1))

CROSSREFS

Cf. A120065.

Sequence in context: A138545 A165624 A188110 * A046979 A141411 A016481

Adjacent sequences:  A120063 A120064 A120065 * A120067 A120068 A120069

KEYWORD

nonn

AUTHOR

Martin Fuller (martin_n_fuller(AT)btinternet.com), Jun 06 2006

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 16:49 EST 2012. Contains 206058 sequences.