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!)
A280458 Partial products of A023896. 0

%I #7 Sep 08 2022 08:46:18

%S 1,1,3,12,120,720,15120,241920,6531840,130636800,7185024000,

%T 172440576000,13450364928000,564915326976000,33894919618560000,

%U 2169274855587840000,295021380359946240000,15931154539437096960000,2724227426243743580160000,217938194099499486412800000

%N Partial products of A023896.

%C A023896(n) = the sum of totatives of n.

%C a(n) = n! for n = 1, 5 and 6.

%F a(n) = Sum_{i=1..n} A023896(i).

%t FoldList[#1 #2 &, Table[Ceiling[(n EulerPhi@ n)/2], {n, 20}]] (* _Michael De Vlieger_, Jan 03 2017 *)

%o (Magma) [&*[&+[h: h in [1..k] | GCD(h,k) eq 1]: k in [1..n]]: n in [1..100]]

%Y Cf. A023896, A213544 (partial sums of A023896).

%K nonn

%O 1,3

%A _Jaroslav Krizek_, Jan 03 2017

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 19 12:14 EDT 2024. Contains 371792 sequences. (Running on oeis4.)