cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A344588 Positions of records in A344590.

This page as a plain text file.
%I A344588 #19 Dec 31 2023 12:37:46
%S A344588 1,6,28,36,120,1176,2016,3240,16320,25200,32640,73920,165600,259560,
%T A344588 446040,738720,2031120,2096640,2162160,2795520,4193280,8386560,
%U A344588 27561600,73926720,75897360,103672800,231221760,396506880,976510080,1088367840,1377048960,1464765120
%N A344588 Positions of records in A344590.
%H A344588 Chai Wah Wu, <a href="/A344588/b344588.txt">Table of n, a(n) for n = 1..34</a>
%o A344588 (PARI) m=0; for(n=1,2^20,t=A344590(n); if(t>m, m=t; print1(n,", ")));
%Y A344588 Cf. A344590.
%K A344588 nonn
%O A344588 1,2
%A A344588 _Antti Karttunen_, Jun 01 2021
%E A344588 a(25)-a(28) from _Chai Wah Wu_, Jun 04 2021