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!)
A280378 Partial products of A119619. 1
1, 1, 2, 6, 144, 1440, 1036800, 326592000, 1463132160000, 6636767477760000, 24083501823295488000000, 278164446059062886400000000, 133241214725404817086218240000000000, 1851999588197236795571599048704000000000000, 79730449087475946864047275218548293632000000000000 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
A119619(n) = Product_{d|n} pxi(d), where pxi(m) is the product of totatives of m (A001783).
LINKS
FORMULA
a(n) = Product_{i=1..n} A119619(i).
MATHEMATICA
FoldList[#1 #2 &, Table[Product[Times @@ Select[Range@ d, CoprimeQ[d, #] &], {d, Divisors@ n}], {n, 15}]] (* Michael De Vlieger, Jan 09 2017 *)
PROG
(Magma) [&*[&*[&*[h: h in [1..d] | GCD(h, d) eq 1]: d in Divisors(k)]: k in [1..n]]: n in [1..100]]
CROSSREFS
Sequence in context: A027731 A280821 A145143 * A280714 A164764 A333444
KEYWORD
nonn
AUTHOR
Jaroslav Krizek, Jan 08 2017
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 May 9 10:59 EDT 2024. Contains 372350 sequences. (Running on oeis4.)