login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A066988 Prod(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; internal format)
OFFSET

2,2

LINKS

Harry J. Smith, Table of n, a(n) for n=2,...,150

PROG

(PARI) { a=1; for (n=2, 150, a*=eulerphi(n)/bigomega(n); write("b066988.txt", n, " ", a) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Apr 16 2010]

CROSSREFS

Sequence in context: A144060 A016119 A037223 * A100384 A000023 A010584

Adjacent sequences:  A066985 A066986 A066987 * A066989 A066990 A066991

KEYWORD

nonn

AUTHOR

Benoit Cloitre (benoit7848c(AT)orange.fr), Jan 27 2002

EXTENSIONS

Definition corrected and OFFSET changed from 1,2 to 2,2 by Harry J. Smith (hjsmithh(AT)sbcglobal.net), Apr 16 2010

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 15 07:58 EST 2012. Contains 205717 sequences.