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!)
A281019 Partial products of A051953; a(1) = 1. 1
1, 1, 1, 2, 2, 8, 8, 32, 96, 576, 576, 4608, 4608, 36864, 258048, 2064384, 2064384, 24772608, 24772608, 297271296, 2675441664, 32105299968, 32105299968, 513684799488, 2568423997440, 35957935964160, 323621423677440, 5177942778839040, 5177942778839040 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
LINKS
FORMULA
a(1) = 1; for n>1, a(n) = Product_{i=2..n} A051953(i).
MATHEMATICA
Table[If[n==1, 1, Product[i - EulerPhi[i], {i, 2, n}]], {n, 1, 29}] (* Indranil Ghosh, Mar 09 2017 *)
PROG
(Magma) [1] cat [&*[#[h: h in [2..k] | GCD(h, k) ne 1]: k in [2..n]]: n in [2..100]]
(PARI) for (n=1, 29, print1(if(n==1, 1, prod(i=2, n, i - eulerphi(i))), ", ")); \\ Indranil Ghosh, Mar 09 2017
CROSSREFS
Cf. A051953(n) = number of cototatives of n.
Cf. A063985.
Sequence in context: A354830 A158302 A007083 * A325513 A144060 A230928
KEYWORD
nonn
AUTHOR
Jaroslav Krizek, Jan 13 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 April 23 20:33 EDT 2024. Contains 371916 sequences. (Running on oeis4.)