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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A106792 Belgian-5 numbers. 2
5, 10, 11, 12, 13, 29, 38, 45, 50, 52, 53, 55, 61, 100, 101, 102, 110, 111, 114, 120, 121, 124, 125, 130, 131, 132, 134, 135, 136, 137, 138, 139, 140, 145, 148, 150, 151, 160, 174, 175, 182, 186, 191, 195, 211 (list; graph; refs; listen; history; internal format)
OFFSET

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

CROSSREFS

See A106039 for definition and link.

Sequence in context: A201033 A032242 A107975 * A134002 A028760 A028807

Adjacent sequences:  A106789 A106790 A106791 * A106793 A106794 A106795

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.