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.

A293154 Record high values in A036263.

This page as a plain text file.
%I A293154 #9 Mar 17 2019 21:09:21
%S A293154 1,2,4,10,16,28,32,40,46,50,68,70,80,92,98,104,116,124,142,144,160,
%T A293154 186,206,216,232,236,238,248,272,274,278,280,286,292,332,348,356,378,
%U A293154 382,436,438,454,462
%N A293154 Record high values in A036263.
%H A293154 Rémy Sigrist, <a href="/A293154/a293154.gp.txt">PARI program for A293154</a>
%p A293154 i := 0 ;
%p A293154 arec := 0 ;
%p A293154 for i from 1 do
%p A293154     a := A036263(i) ;
%p A293154     if a > arec then
%p A293154         arec := a;
%p A293154         printf("%d,\n",arec) ;
%p A293154     end if;
%p A293154 end do: # _R. J. Mathar_, Oct 13 2017
%o A293154 (PARI) See Links section.
%Y A293154 Cf. A036263, A293155.
%K A293154 nonn,more
%O A293154 1,2
%A A293154 _N. J. A. Sloane_, Oct 10 2017
%E A293154 a(19)-a(43) from _Rémy Sigrist_, Mar 17 2019