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!)
A079383 Where records occur in A079381. 2

%I #9 Mar 15 2020 22:20:10

%S 1,2,3,4,5,8,23,107,658,1675

%N Where records occur in A079381.

%C RECORDS transform of A079381.

%H N. J. A. Sloane, <a href="/transforms.txt">Transforms</a>

%t A079381 = Cases[Import["https://oeis.org/A079381/b079381.txt", "Table"], {_, _}][[All, 2]];

%t a = {}; l = 0;

%t For[i = 1, i <= Length[A079381], i++,

%t If[A079381[[i]] > l, l = A079381[[i]]; AppendTo[a, i]]];

%t a (* _Robert Price_, Mar 15 2020 *)

%Y Cf. A079381, A079382, A079366, A079367, A079368.

%K nonn,more

%O 1,2

%A _N. J. A. Sloane_, Feb 16 2003

%E a(8)-a(10) from _Robert Price_, Mar 15 2020

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 April 26 07:58 EDT 2024. Contains 371991 sequences. (Running on oeis4.)