|
|
A176292
|
|
Numbers k such that the prime factorizations of composite(k) and composite(k+1) have the same number of primes (including multiplicities).
|
|
0
|
|
|
1, 4, 7, 10, 12, 15, 17, 18, 21, 22, 25, 28, 29, 40, 47, 53, 61, 62, 64, 68, 69, 72, 85, 87, 90, 91, 93, 100, 102, 106, 107, 110, 112, 114, 116, 120, 125, 130, 131, 132, 133, 136, 151, 154, 155, 158, 165, 166, 169, 170, 179, 181, 190, 191, 198, 212, 221, 222, 223
(list;
graph;
refs;
listen;
history;
text;
internal format)
|
|
|
OFFSET
|
1,2
|
|
LINKS
|
|
|
FORMULA
|
|
|
MAPLE
|
A001222 := proc(n) numtheory[bigomega](n) ; end proc:
A002808 := proc(n) if n = 1 then return 4; else for a from procname(n-1)+1 do if not isprime(a) then return a; end if; end do; end if; end proc:
|
|
CROSSREFS
|
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
|
|
EXTENSIONS
|
Corrected (86 replaced with 87, 89 removed, many terms after 92 replaced) by R. J. Mathar, Apr 20 2010
|
|
STATUS
|
approved
|
|
|
|