A265999 Numbers k such that in the symmetric representation of sigma(k) all parts are of the same size.
1, 2, 3, 4, 5, 6, 7, 8, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 26, 28, 29, 30, 31, 32, 34, 36, 37, 38, 40, 41, 42, 43, 44, 46, 47, 48, 52, 53, 54, 56, 58, 59, 60, 61, 62, 64, 66, 67, 68, 71, 72, 73, 74, 76, 78, 79, 80, 82, 83, 84, 86, 88, 89, 90, 92, 94, 96, 97, 100
Offset: 1
Keywords
Examples
9 is not in the sequence because the parts of the symmetric representation of sigma(9) = 13 are [5, 3, 5]. 10 is in the sequence because the parts of the symmetric representation of sigma(10) = 18 are [9, 9]. SRS(15) = { 8, 8, 8 } and SRS(5950) = { 4464, 4464, 4464 }. - _Hartmut F. W. Hoft_, Jan 11 2025
Links
- Michael De Vlieger, Table of n, a(n) for n = 1..10000
Crossrefs
Programs
-
Mathematica
(* Function partsSRS[ ] is defined in A377654 *) a265999[n_] := Select[Range[n], Length[Union[partsSRS[#]]]==1&] a265999[100] (* Hartmut F. W. Hoft, Jan 11 2025 *)
Comments