login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A026138 Numbers k such that s(j) < s(k) for all j < k, where s = A026136. 7

%I #17 Aug 28 2021 02:53:23

%S 1,2,4,5,8,10,11,13,14,17,20,22,23,26,28,29,31,32,35,37,38,40,41,44,

%T 47,49,50,53,56,58,59,62,64,65,67,68,71,74,76,77,80,82,83,85,86,89,91,

%U 92,94,95,98,101,103,104,107,109,110,112,113

%N Numbers k such that s(j) < s(k) for all j < k, where s = A026136.

%C Also a(n) = (1/2)*s(n+1), where s = A026169.

%C That these definitions produce the same sequence can be established using the methods in the Dekking paper.

%C Indices of records in A026136. - _Michael De Vlieger_, Aug 27 2021

%H Michael De Vlieger, <a href="/A026138/b026138.txt">Table of n, a(n) for n = 1..10000</a>

%H F. M. Dekking, <a href="https://arxiv.org/abs/2001.08915">Permutations of N generated by left-right filling algorithms</a>, arXiv:2001.08915 [math.CO], 2020.

%t Block[{a, r, s, nn = 113}, a[1] = 1; Do[If[! IntegerQ[a[#1]], Set[a[#1], i], Set[a[#2], i]] & @@ {i - #, i + #} &@ Floor[i/2], {i, 2 nn}]; s = TakeWhile[Array[a[#] &, nn], IntegerQ]; Map[FirstPosition[s, #][[1]] &, Union@ FoldList[Max, s]]] (* _Michael De Vlieger_, Aug 27 2021 *)

%Y Cf. A026136, A026139 (records in A026136), A026169.

%K nonn

%O 1,2

%A _Clark Kimberling_

%E Edited by _N. J. A. Sloane_, Jan 31 2020

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 13:12 EDT 2024. Contains 371969 sequences. (Running on oeis4.)