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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A107032 Belgian-8 numbers. 2
8, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 26, 28, 31, 35, 40, 42, 43, 44, 48, 53, 62, 64, 71, 74, 75, 79, 80, 86, 88, 97, 100, 101, 102, 104, 105, 106, 108, 109, 110, 111, 112, 113, 115, 117, 118, 119, 120, 121, 123, 126, 129, 132, 135, 139, 141, 142, 144 (list; graph; refs; listen; history; internal format)
OFFSET

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

CROSSREFS

See A106039 for definition and link.

Sequence in context: A088487 A010733 A066004 * A043624 A031953 A043697

Adjacent sequences:  A107029 A107030 A107031 * A107033 A107034 A107035

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.