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.

A293155 Indices of record high values in A036263.

This page as a plain text file.
%I A293155 #11 Mar 17 2019 21:09:29
%S A293155 1,3,10,29,98,216,1182,1830,2224,2809,3384,17005,23282,30801,31544,
%T A293155 40932,103519,104070,149688,887312,1094420,1319944,2850173,6957875,
%U A293155 10655461,20684331,24805378,27180064,33772761,64955633,82618491,90422071,95831002,112228682
%N A293155 Indices of record high values in A036263.
%H A293155 Rémy Sigrist, <a href="/A293155/b293155.txt">Table of n, a(n) for n = 1..43</a>
%H A293155 Rémy Sigrist, <a href="/A293155/a293155.gp.txt">PARI program for A293155</a>
%p A293155 arec := 0 ;
%p A293155 for i from 1 do
%p A293155     a := A036263(i) ;
%p A293155     if a > arec then
%p A293155         arec := a;
%p A293155         printf("%d,\n",i) ;
%p A293155     end if;
%p A293155 end do: # _R. J. Mathar_, Oct 13 2017
%o A293155 (PARI) See Links section.
%Y A293155 Cf. A036263, A293154.
%K A293155 nonn
%O A293155 1,2
%A A293155 _N. J. A. Sloane_, Oct 10 2017
%E A293155 More terms from _Rémy Sigrist_, Mar 17 2019