login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A066988
a(n) = Product_{i=2..n} phi(i)/bigomega(i).
1
1, 2, 2, 8, 8, 48, 64, 192, 384, 3840, 5120, 61440, 184320, 737280, 1474560, 23592960, 47185920, 849346560, 2264924160, 13589544960, 67947724800, 1494849945600, 2989699891200, 29896998912000, 179381993472000
OFFSET
2,2
LINKS
PROG
(PARI) { a=1; for (n=2, 150, a*=eulerphi(n)/bigomega(n); write("b066988.txt", n, " ", a) ) } \\ Harry J. Smith, Apr 16 2010
CROSSREFS
Sequence in context: A230928 A016119 A037223 * A100384 A000023 A333934
KEYWORD
nonn
AUTHOR
Benoit Cloitre, Jan 27 2002
EXTENSIONS
Definition corrected and Offset changed from 1 to 2 by Harry J. Smith, Apr 16 2010
STATUS
approved