A094949 Phi(m)*sigma(m), where m is the product of exactly two primes that differ by 2, where phi=A000010, sigma=A000203.
192, 1152, 20160, 103680, 806400, 3104640, 12945600, 26853120, 108201600, 136002240, 362597760, 506160000, 1049630400, 1358807040, 1536796800, 2702128320, 3317529600, 5314118400, 6323748480, 9475464960, 14665694400
Offset: 1
Keywords
Links
- Harvey P. Dale, Table of n, a(n) for n = 1..1000
Programs
-
Mathematica
EulerPhi[#]DivisorSigma[1,#]&/@Times@@@Select[Partition[Prime[ Range[ 200]],2,1],#[[2]]-#[[1]]==2&] (* Harvey P. Dale, Apr 13 2017 *)
-
PARI
{m=400;p=1;while(p
Formula
Extensions
Corrected and extended by Jason Earls, Rick L. Shepherd, Vladeta Jovovic and Klaus Brockhaus, Jun 20 2004
Comments