login

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”).

Subrecords in A048673: maximum value between two consecutive records in A048673.
4

%I #11 Jul 30 2020 20:21:20

%S 4,6,13,18,38,63,113,188,338,563,1013,1688,3038,5063,9113,15188,27338,

%T 45563,82013,136688,246038,410063,738113,1230188,2214338,3690563,

%U 6643013,11071688,19929038,33215063,59787113,99645188,179361338,298935563,538084013,896806688

%N Subrecords in A048673: maximum value between two consecutive records in A048673.

%H Antti Karttunen, <a href="/A247284/b247284.txt">Table of n, a(n) for n = 1..60</a>

%F a(n) = A048673(A247283(n)).

%F Conjectures from _Chai Wah Wu_, Jul 30 2020: (Start)

%F a(n) = a(n-1) + 3*a(n-2) - 3*a(n-3) for n > 7.

%F G.f.: x*(-10*x^6 + 10*x^5 - x^4 - x^3 - 5*x^2 + 2*x + 4)/((x - 1)*(3*x^2 - 1)). (End)

%e The fourth (A246360(4) = 5) and the fifth (A246360(5) = 8) record of A048673 (1, 2, 3, 5, 4, 8, ...) occur at A029744(4) = 4 and A029744(5) = 6 respectively. In range between, the maximum must occur at 5, where A048673(5) = 4, thus a(4-3) = a(1) = 4. (All the previous records of A048673 are in consecutive positions, 1, 2, 3, 4, thus there are no previous subrecords).

%e The ninth (A246360(9) = 68) and the tenth (A246360(10) = 122) record of A048673 occur at A029744(9) = 24 and A029744(10) = 32 respectively. For n in range 25 .. 31 the values of A048673 are: 25, 26, 63, 50, 16, 53, 19, of which 63 is the maximum, thus a(9-3) = a(6) = 63.

%o (PARI): See program in A247283.

%o (Scheme) (define (A247284 n) (A048673 (A247283 n)))

%Y A247283 gives the corresponding positions.

%Y Cf. A029744, A048673, A246360.

%K nonn

%O 1,1

%A _Antti Karttunen_, Sep 11 2014