OFFSET
1,2
COMMENTS
The smallest term that is not divisible by 5 is 1577106531.
LINKS
Giovanni Resta, Table of n, a(n) for n = 1..164 (terms < 2*10^11)
EXAMPLE
The numbers n that solve sigma(n) = sigma(2n-1) are n = 1, 6, 348, 496, 1420, 1854, 4647, 5352, 6424, 13545, 21126,... The sequence selects the odd members.
PROG
(PARI) isok(n) = sigma(n) == sigma(2*n-1) && n % 2 == 1
CROSSREFS
KEYWORD
nonn
AUTHOR
Altug Alkan, Jul 25 2016
STATUS
approved