VOOZH
about
URL: https://oeis.org/A079389
⇱ A079389 - OEIS
login
A079389
Where records occur in
A079387
.
3
1, 2, 4, 8, 11, 78, 623, 661, 729, 812, 993, 1088, 1318, 4250, 7041, 7499
(
list
;
graph
;
refs
;
listen
;
history
;
text
;
internal format
)
OFFSET
1,2
COMMENTS
RECORDS transform of
A079387
.
LINKS
Table of n, a(n) for n=1..16.
N. J. A. Sloane,
Transforms
MATHEMATICA
A079387
= Cases[Import["https://oeis.org/
A079387
/b079387.txt", "Table"], {_, _}][[All, 2]];
a = {}; l = 0;
For[i = 1, i <= Length[
A079387
], i++,
If[
A079387
[[i]] > l, l =
A079387
[[i]]; AppendTo[a, i]]];
a (*
Robert Price
, Mar 15 2020 *)
CROSSREFS
Cf.
A079387
,
A079388
,
A079366
,
A079367
,
A079368
.
Sequence in context:
A388070
A101831
A246703
*
A324991
A349228
A337181
Adjacent sequences:
A079386
A079387
A079388
*
A079390
A079391
A079392
KEYWORD
nonn
AUTHOR
N. J. A. Sloane
, Feb 16 2003
EXTENSIONS
More terms from Lambert Herrgesell (zero815(AT)googlemail.com), Dec 06 2005
STATUS
approved