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!)
A262390 Subsequence of terms starting with 1 in A262356. 4
1, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 1000, 111, 112, 120, 113, 130, 114, 140, 115, 150, 116, 160, 117, 170, 118, 180, 119, 190, 1001, 121, 1100, 1002, 122, 123, 1003, 1101, 1010, 1004, 1005, 1006 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
A000030(a(n)) = 1;
A262356(A262393(n)) = a(n).
LINKS
PROG
(Haskell)
a262390 n = a262390_list !! (n-1)
a262390_list = filter ((== 1) . a000030) a262356_list
CROSSREFS
Sequence in context: A076161 A318699 A131835 * A102236 A250040 A321485
KEYWORD
nonn,base
AUTHOR
Reinhard Zumkeller, Sep 21 2015
EXTENSIONS
Typo in name corrected by Andrey Zabolotskiy, Sep 22 2017
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 18 21:51 EDT 2024. Contains 371781 sequences. (Running on oeis4.)