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!)
A287534 Composite numbers whose digits are restricted to 1, 3, 7, and 9. 0

%I #15 Jun 02 2017 00:33:28

%S 9,33,39,77,91,93,99,111,113,117,119,133,171,177,319,333,339,371,377,

%T 391,393,399,711,713,717,731,737,771,777,779,791,793,799,913,917,931,

%U 933,939,973,979,993,999

%N Composite numbers whose digits are restricted to 1, 3, 7, and 9.

%t Select[Flatten@ Array[FromDigits /@ Tuples[{1, 3, 7, 9}, #] &, 3], CompositeQ] (* _Michael De Vlieger_, Jun 01 2017 *)

%Y Cf. A091633, A136333.

%K nonn,base

%O 1,1

%A _Luke Zieroth_, May 26 2017

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 25 07:53 EDT 2024. Contains 371964 sequences. (Running on oeis4.)