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!)
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 (list; graph; refs; listen; history; text; internal format)
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

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 17 23:23 EDT 2024. Contains 371767 sequences. (Running on oeis4.)