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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A107018 Belgian-7 numbers. 2
7, 10, 11, 21, 27, 29, 31, 32, 37, 41, 56, 70, 71, 77, 85, 94, 100, 101, 103, 106, 110, 111, 112, 113, 117, 118, 119, 122, 127, 128, 131, 133, 143, 152, 173, 176, 201, 205 (list; graph; refs; listen; history; internal format)
OFFSET

7,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@ 206, fQ[#, 7] &] (* Robert G. Wilson v, May 6 2011 *)

CROSSREFS

See A106039 for definition and link.

Sequence in context: A088769 A057986 A105140 * A048792 A024585 A190482

Adjacent sequences:  A107015 A107016 A107017 * A107019 A107020 A107021

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 06:53 EST 2012. Contains 205451 sequences.