login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A094016 Complement of A092601. 0
5, 10, 11, 13, 22, 25, 29, 31, 32, 36, 41, 47, 49, 50, 52, 54, 57, 60, 67, 69, 72, 76, 79, 88, 90, 92, 98, 99, 102, 104, 105, 107, 109, 110, 112, 113, 121, 122, 125, 130, 135, 141, 143, 144, 148, 150, 151, 154, 160, 163, 165, 168, 170, 171, 174, 179, 182, 184, 186 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

MATHEMATICA

f[n_] := ToString[ FromDigits[ IntegerDigits[n, 2]]]; g[n_] := g[n] = Block[{c = 0, k = 1, s = f[n! ]}, While[k <= n, If[ StringPosition[ s, f[k]] != {}, c++ ]; k++ ]; c]; Complement[ Range[200], Union[ Table[ g[n], {n, 202}]]]

CROSSREFS

Cf. A092601.

Sequence in context: A007618 A004748 A038030 * A116033 A140507 A136823

Adjacent sequences:  A094013 A094014 A094015 * A094017 A094018 A094019

KEYWORD

nonn

AUTHOR

Robert G. Wilson v (rgwv(AT)rgwv.com), Apr 21 2004

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 14 23:53 EST 2012. Contains 205689 sequences.