OFFSET
1,1
COMMENTS
A subsequence of A011257.
If 7^(k+1)-1 = d*D such that p = 2*7^(k+1)*(d+1)-1 and q = 2*(7^(k+1)+D)-1 are distinct primes, then m = 7^k*p*q is a term of this sequence.
LINKS
Donovan Johnson, Table of n, a(n) for n = 1..1000
PROG
(PARI) for( n=1, 1e7, sigma(n)==49/36*eulerphi(n) && print1(n", "))
CROSSREFS
KEYWORD
nonn
AUTHOR
M. F. Hasler, Aug 22 2009
STATUS
approved
