OFFSET
1,1
LINKS
Donovan Johnson, Table of n, a(n) for n = 1..1000
EXAMPLE
1104 is in the sequence because bigomega(1104) = 6 and sopf(1104) = 28,
23568 is in the sequence because bigomega(23568) = 6 and sopf(23568) = 496,
389904 is in the sequence because bigomega(389904) = 6 and sopf(389904) = 8128.
MAPLE
with(numtheory): lst:={6, 28, 496, 8128, 33550336, 8589869056, 137438691328, 2305843008139952128, 2658455991569831744654692615953842176, 191561942608236107294793378084303638130997321548169216} :n1:=nops(lst): for n from 1 to 1000000 do :x:=factorset(n):n2:=nops(x): s:=sum('x[i]', 'i'=1..n2):
ii:=0:for m from 1 to n1 do:if s=lst[m] then ii:=1:else fi:od:jj:=0:for p from 1 to n1 do:if bigomega(n)=lst[p] then jj:=1:else fi:od:if ii=1 and jj=1 then printf(`%d, `, n):else fi:od:
CROSSREFS
KEYWORD
nonn
AUTHOR
Michel Lagneau, Dec 13 2013
STATUS
approved