[go: up one dir, main page]

login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A343719
Indices at which record values occur in A343717.
2
0, 2, 6, 7, 8, 10, 13, 15, 19, 24, 34, 38, 45, 74, 93, 97, 122, 228, 478, 547, 556, 621, 745, 916, 1057, 1090, 1188, 1318, 1467, 1821, 2073, 2601
OFFSET
1,2
MATHEMATICA
With[{s = Array[Block[{m = #!, k = 0}, While[! PrimeQ[10^If[k == 0, 1, IntegerLength[k]]*m + k], k++]; k] &, 250] }, Map[FirstPosition[s, #][[1]] &, Union@ FoldList[Max, s]] ] (* Michael De Vlieger, May 17 2021 *)
PROG
(Python) # see linked program in A343717
CROSSREFS
Sequence in context: A372588 A028774 A355160 * A028735 A267541 A325465
KEYWORD
nonn,base,more,hard
AUTHOR
Jon E. Schoenfield, May 17 2021
EXTENSIONS
a(20)-a(23) from Michael S. Branicky, May 18 2021
a(24) from Michael S. Branicky, May 19 2021
a(25)-a(31) from Chai Wah Wu, May 25 2021
a(32) from Lucas A. Brown, Dec 27 2022
STATUS
approved