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!)
A092457 Numbers that either contain the digit 9 or are divisible by 9. 8

%I #12 Jul 19 2016 02:52:15

%S 0,9,18,19,27,29,36,39,45,49,54,59,63,69,72,79,81,89,90,91,92,93,94,

%T 95,96,97,98,99,108,109,117,119,126,129,135,139,144,149,153,159,162,

%U 169,171,179,180,189,190,191,192,193,194,195,196,197,198,199,207,209,216,219

%N Numbers that either contain the digit 9 or are divisible by 9.

%H Vincenzo Librandi, <a href="/A092457/b092457.txt">Table of n, a(n) for n = 0..1000</a>

%t Select[Range[0, 300], Mod[#, 9] == 0||MemberQ[IntegerDigits[#], 9] &] (* _Vincenzo Librandi_, Jul 19 2016 *)

%Y Cf. A092433, A092451, A092452, A092453, A092454, A092455, A092456.

%K nonn,base

%O 0,2

%A _N. J. A. Sloane_, Mar 24 2004

%E More terms from Mohammed Bouayoun (bouyao(AT)wanadoo.fr), Mar 25 2004

%E Added missing term 199 by _Vincenzo Librandi_, Jul 19 2016

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 19 02:45 EDT 2024. Contains 371782 sequences. (Running on oeis4.)