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!)
A113624 Highly composite numbers containing only composite digits (0,4,6,8,9). 0
4, 6, 8, 9, 40, 48, 49, 60, 64, 80, 84, 90, 96, 98, 400, 448, 480, 486, 490, 600, 640, 648, 686, 800, 840, 864, 896, 900, 960, 980, 4000, 4096, 4480, 4608, 4800, 4860, 4900, 6000, 6048, 6400, 6480, 6804, 6860, 8000, 8064, 8400, 8640, 8960, 9000, 9408, 9600 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
EXAMPLE
96 is a term as 96 = 2^5*3 and contains digits 9,6 both composite. 96 is a member of A002473.
MATHEMATICA
Select[Select[Range[2, 10000], FactorInteger[ # ][[ -1]][[1]] <= 7 &], DigitCount[ # ][[1]]+DigitCount[ # ][[2]]+DigitCount[ # ][[3]]+DigitCount[ # ][[5]]+ DigitCount[ # ][[7]] == 0 &] (* Stefan Steinerberger, Apr 11 2006 *)
CROSSREFS
Sequence in context: A073866 A202260 A001744 * A113591 A029581 A202262
KEYWORD
base,nonn
AUTHOR
Amarnath Murthy, Nov 10 2005
EXTENSIONS
More terms from Stefan Steinerberger, Apr 11 2006
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 25 11:06 EDT 2024. Contains 371967 sequences. (Running on oeis4.)