OFFSET
1,1
COMMENTS
No triple found up to 10^9.
LINKS
Donovan Johnson, Table of n, a(n) for n = 1..1000
EXAMPLE
Sequence begins:
14, 15;
1334, 1335;
1634, 1635;
2685, 2686;
33998, 33999;
etc.
MATHEMATICA
sel = Select[Range[1000000], DivisorSigma[0, #] == DivisorSigma[0, #+1] && DivisorSigma[1, #] == DivisorSigma[1, #+1] &]; Union[sel, sel+1]
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Jean-François Alcover, May 15 2013
STATUS
approved