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

Positions of records in A344590.
2

%I #19 Dec 31 2023 12:37:46

%S 1,6,28,36,120,1176,2016,3240,16320,25200,32640,73920,165600,259560,

%T 446040,738720,2031120,2096640,2162160,2795520,4193280,8386560,

%U 27561600,73926720,75897360,103672800,231221760,396506880,976510080,1088367840,1377048960,1464765120

%N Positions of records in A344590.

%H Chai Wah Wu, <a href="/A344588/b344588.txt">Table of n, a(n) for n = 1..34</a>

%o (PARI) m=0; for(n=1,2^20,t=A344590(n); if(t>m, m=t; print1(n,", ")));

%Y Cf. A344590.

%K nonn

%O 1,2

%A _Antti Karttunen_, Jun 01 2021

%E a(25)-a(28) from _Chai Wah Wu_, Jun 04 2021