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

A262393
Positions of numbers starting with 1 in A262356.
3
1, 10, 11, 12, 14, 16, 18, 20, 22, 24, 26, 29, 33, 34, 37, 41, 45, 49, 53, 57, 74, 119, 120, 121, 122, 123, 127, 128, 132, 133, 137, 138, 142, 143, 147, 148, 152, 153, 157, 158, 161, 162, 164, 165, 167, 170, 186, 188, 189, 190, 203, 214, 223, 230, 235, 238
OFFSET
1,2
COMMENTS
A262356(a(n)) = A262390(n).
LINKS
PROG
(Haskell)
a262393 n = a262393_list !! (n-1)
a262393_list = filter ((== 1) . a000030 . a262356) [1..]
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Reinhard Zumkeller, Sep 21 2015
STATUS
approved