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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A107014 Belgian-6 numbers. 2
6, 10, 11, 12, 20, 21, 22, 23, 24, 28, 30, 33, 34, 36, 41, 42, 46, 49, 58, 60, 61, 62, 66, 68, 73, 83, 92, 96, 100, 101, 102, 103, 110, 111, 112, 113, 114, 118, 120, 121, 122, 123, 126, 127, 128, 129, 130, 131, 132, 133, 134, 136, 138, 143, 150, 155, 156 (list; graph; refs; listen; history; internal format)
OFFSET

6,1

MATHEMATICA

fQ[n_, k_] := If[n < k, False, Block[{id = Join[{0}, IntegerDigits@ n]}, MemberQ[ Accumulate@ id, Mod[n - k, Plus @@ id]] ]]; Select[ Range@ 159, fQ[#, 6] &] (* Robert G. Wilson v, May 6 2011 *)

CROSSREFS

See A106039 for definition and link.

Sequence in context: A111093 A144394 A087873 * A132628 A039509 A068442

Adjacent sequences:  A107011 A107012 A107013 * A107015 A107016 A107017

KEYWORD

base,easy,nonn

AUTHOR

Eric Angelini (eric.angelini(AT)kntv.be), Jun 07 2005

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 13 05:58 EST 2012. Contains 205436 sequences.