login
A051271
Number of numbers either relatively prime to or divisors of primorial number(n).
5
3, 6, 16, 64, 512, 5824, 92288, 1659136, 36495872, 1021871104, 30656104448, 1103619690496, 44144787464192, 1854081073168384, 85287729365024768, 4434961926979649536, 257227791764816003072, 15433667505888952582144
OFFSET
1,1
LINKS
FORMULA
A000005(A002110(n)) + A000010(A002110(n)); complementary to A045763(A002110).
EXAMPLE
The 4th primorial (210) has 16 divisors and 48 coprimes, so a(4) = 16 + 48 = 64.
MATHEMATICA
DivisorSigma[0, #]+EulerPhi[#]&/@Rest[FoldList[Times, 1, Prime[Range[20]]]] (* Harvey P. Dale, Sep 19 2013 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
STATUS
approved