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!)
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 (list; graph; refs; listen; history; text; internal format)
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
Sequence in context: A098605 A126802 A075775 * A031089 A110186 A098945
KEYWORD
nonn,base
AUTHOR
Reinhard Zumkeller, Sep 21 2015
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 April 23 13:11 EDT 2024. Contains 371913 sequences. (Running on oeis4.)