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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A116441 Numbers n which when sandwiched between two 6's give a multiple of n. 0
1, 2, 3, 6, 11, 13, 14, 21, 22, 26, 33, 39, 42, 66, 77, 78, 91, 137, 146, 219, 274, 411, 438, 822, 9091, 19802, 29703, 59406, 909091, 5882353, 10989011, 12145749, 12987013, 13986014, 14354067, 15037594, 20979021, 21978022, 22556391 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

EXAMPLE

39 belongs since 6396 is a multiple 39 (39*164).

MATHEMATICA

f[k_, d_] := Flatten@Table[Select[Divisors[k*(10^(i + 1) + 1)], IntegerLength[ # ] == i &], {i, d}]; f[6, 8] (*Chandler*)

Select[Range[23000000], Divisible[FromDigits[Join[{6}, IntegerDigits[#], {6}]], #]&]  [From Harvey P. Dale, Jan. 12, 2011]

CROSSREFS

Cf. A116436-A116444.

Sequence in context: A004038 A152038 A105614 * A116051 A124593 A125882

Adjacent sequences:  A116438 A116439 A116440 * A116442 A116443 A116444

KEYWORD

base,nonn

AUTHOR

Giovanni Resta (g.resta(AT)iit.cnr.it), Feb 15 2006

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 03:03 EST 2012. Contains 205567 sequences.