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”).

A239197
The record values A075053 associated to the records (indices) listed in A239196.
5
0, 1, 3, 4, 5, 9, 11, 17, 19, 21, 23, 25, 26, 29, 31, 32, 33, 44, 48, 52, 66, 89, 96, 106, 117, 164, 211, 236, 248, 311, 349
OFFSET
1,3
COMMENTS
This and A239196 are the analogs (related to A075053) of A076497 and A072857 (primeval numbers), related to A039993.
FORMULA
a(n)=A075053(A239196(n)).
PROG
(PARI) m=-1; for(k=1, 9e9, A075053(k)>m&&print1(m=A075053(k), ", ")) \\ Not very efficient; from 199, 1999, 19999 etc one can jump to the next larger power of 10. - M. F. Hasler, Mar 12 2014
CROSSREFS
Sequence in context: A353302 A355159 A039885 * A010422 A372589 A366257
KEYWORD
nonn,base,more
AUTHOR
M. F. Hasler, Mar 12 2014
STATUS
approved