login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo

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 60th year, we have over 367,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Other ways to Give
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A343452 Numbers k such that A085942(k) = 0. 2
0, 10, 20, 30, 40, 50, 60, 70, 80, 90, 100, 200, 300, 400, 500, 600, 700, 800, 900, 1000, 1010, 1020, 1030, 1040, 1050, 1060, 1070, 1080, 1090, 1100, 1200, 1300, 1400, 1500, 1600, 1700, 1800, 1900, 2000, 2010, 2020, 2030, 2040, 2050, 2060, 2070, 2080, 2090 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
This sequence is the decimal analog of A140900.
LINKS
EXAMPLE
A085942(1020) = 1*0 + 0*2 + 2*0 + 0*1 = 0, so 1020 belongs to this sequence.
A085942(1021) = 1*1 + 0*2 + 2*0 + 1*1 = 2, so 1021 does not belong to this sequence.
PROG
(PARI) is(n) = { my (d=digits(n)); d*Colrev(d)==0 }
CROSSREFS
Sequence in context: A359173 A118959 A273239 * A043489 A352438 A028440
KEYWORD
nonn,base
AUTHOR
Rémy Sigrist, May 21 2021
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 December 4 13:48 EST 2023. Contains 367563 sequences. (Running on oeis4.)