A231721 Partial sums of phitorials: a(n) = A001088(1)+A001088(2)+...+A001088(n).
1, 2, 4, 8, 24, 56, 248, 1016, 5624, 24056, 208376, 945656, 9793016, 62877176, 487550456, 3884936696, 58243116536, 384392195576, 6255075618296, 53220543000056, 616806151581176, 6252662237392376, 130241496125238776, 1122152167228009976, 20960365589283433976
Offset: 1
Keywords
Links
- Antti Karttunen, Table of n, a(n) for n = 1..100
Programs
-
Mathematica
Accumulate[FoldList[Times,EulerPhi[Range[30]]]] (* Harvey P. Dale, Apr 02 2018 *)
Comments