Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).
%I #20 Oct 31 2024 01:42:20
%S 1,10,14,27,40,53,66,79,92,105,118,100,117,130,143,156,169,182,195,
%T 208,23,89,203,220,233,246,259,272,285,298,34,78,293,306,323,336,349,
%U 362,375,388,45,67,383,396,409,426,439,452,465,478,56,473,486,499
%N Distinct values of the number of integers between consecutive self numbers (A163139), in order of occurrence.
%C Each new value is typically found between self numbers located around 10^k, for some k.
%C This sequences exhibits interesting patterns, for instance, many new numbers are 13 apart.
%H Daniel Mondot, <a href="/A377423/b377423.txt">Table of n, a(n) for n = 1..7989</a>
%H Daniel Mondot, <a href="/A377423/a377423.txt">First self number found after a new gap value</a>
%e Between the first 2 self numbers 1 and 3, there is 1 integer. So 1 is in the sequence
%e The next new gap is between 9 and 20, with 10 integers, so 10 is in the sequence.
%e The next new gap is between 1006 and 1021, with 14 integers, so 14 is in the sequence.
%Y Cf. A003052, A163128, A163139, A225793, A230093, A230094, A377422.
%K nonn,base
%O 1,2
%A _Daniel Mondot_, Oct 27 2024