A279105 a(n), n>1, is the smallest number k whose symmetric representation of sigma(k) has two parts and has a larger number of legs in its two parts than a(n-1); a(1)=3.
3, 10, 44, 78, 136, 348, 592, 666, 820, 1272, 1652, 1830, 2144, 2628, 3320, 3738, 4656, 5886, 6328, 7620, 8384, 9042, 10728, 13040, 14532, 15752, 16290, 18528, 21100, 21944, 24084, 25424, 28920, 32382, 32896, 35508, 39340, 42192, 46050, 48828
Offset: 1
Keywords
Examples
a(3)=44 is the smallest number whose symmetric representation has 2 parts and 7 legs in each part. a(4)=78 is the smallest number whose symmetric representation has 2 parts and 11 legs in each part. No number k whose symmetric representation of sigma(k) has 2 parts can have 21 legs in its parts since there is no q in A174973 such that 2*q - 1 = 21.
Crossrefs
Programs
-
Mathematica
a174973Q[n_] := Module[{d=Divisors[n]}, Select[Rest[d] - 2*Most[d], #>0&]=={}] a279105[n_] := Map[# * NextPrime[2*#]&, Select[Range[n], a174973Q]] a279105[150] (* sequence data *)
Comments