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.

A346601 Record values in A346599.

This page as a plain text file.
%I A346601 #22 Dec 31 2023 12:34:37
%S A346601 1,3,4,5,15,45,91,187,703,1891,2701,3337,12403,18721,38503,49141,
%T A346601 79003,88831,104653,146611,188191,218791,226801,269011,286903,385003,
%U A346601 497503,597871,665281,721801,736291,765703,873181,954271,1056331,1314631,1373653,1537381,1755001
%N A346601 Record values in A346599.
%C A346601 These are the values of m (see A344005) that take a record number of steps to appear. See A346600 for their indices.
%H A346601 Chai Wah Wu, <a href="/A346601/b346601.txt">Table of n, a(n) for n = 1..195</a>
%t A346601 max=0;lst={};Do[g=(k=1;n=1;While[m=1;While[!Divisible[m(m+1),n],m++];m!=i,n++];n);If[g>max,AppendTo[lst,n];max=g],{i,100}];lst (* _Giorgos Kalogeropoulos_, Jul 29 2021 *)
%K A346601 nonn
%O A346601 1,2
%A A346601 _Robert Dougherty-Bliss_ and _N. J. A. Sloane_, Jul 28 2021
%E A346601 More terms from _Chai Wah Wu_, Jul 29 2021