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!)
A316191 List of indices where the maximum of {A316190(j) | j<=n} increases. 1
1, 11, 37, 89, 211, 1344, 1345, 1346, 2503, 3967, 15704, 15705, 16033, 19634, 19635, 24281, 31428, 31429, 31430, 31431, 31432, 31433, 38501, 58831, 155964, 203713, 206699 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
a(3) = 37 because A316190(37) = 4 > 2 = max{A316190(n) : 1 <= n < 37}.
MAPLE
A316191_list := proc(N) local R, a, A, n, mx; R := NULL;
A := A316190_list(N); n := 1; mx := 0;
for a in A do
if a > mx then mx := a; R := R, n fi;
n := n + 1;
od; [R] end:
A316191_list(10000);
CROSSREFS
Sequence in context: A217947 A124479 A140373 * A003020 A075024 A229612
KEYWORD
nonn
AUTHOR
Peter Luschny, Jun 26 2018
STATUS
approved

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 March 28 05:39 EDT 2024. Contains 371235 sequences. (Running on oeis4.)