login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A293155 Indices of record high values in A036263. 3

%I #11 Mar 17 2019 21:09:29

%S 1,3,10,29,98,216,1182,1830,2224,2809,3384,17005,23282,30801,31544,

%T 40932,103519,104070,149688,887312,1094420,1319944,2850173,6957875,

%U 10655461,20684331,24805378,27180064,33772761,64955633,82618491,90422071,95831002,112228682

%N Indices of record high values in A036263.

%H Rémy Sigrist, <a href="/A293155/b293155.txt">Table of n, a(n) for n = 1..43</a>

%H Rémy Sigrist, <a href="/A293155/a293155.gp.txt">PARI program for A293155</a>

%p arec := 0 ;

%p for i from 1 do

%p a := A036263(i) ;

%p if a > arec then

%p arec := a;

%p printf("%d,\n",i) ;

%p end if;

%p end do: # _R. J. Mathar_, Oct 13 2017

%o (PARI) See Links section.

%Y Cf. A036263, A293154.

%K nonn

%O 1,2

%A _N. J. A. Sloane_, Oct 10 2017

%E More terms from _Rémy Sigrist_, Mar 17 2019

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified July 6 19:07 EDT 2024. Contains 374057 sequences. (Running on oeis4.)