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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A116444 Numbers n which when sandwiched between two 9's give a multiple of n. 8
1, 3, 9, 11, 13, 21, 33, 39, 63, 77, 91, 99, 137, 219, 411, 657, 9091, 29703, 89109, 909091, 5882353, 10989011, 12145749, 12987013, 14354067, 20979021, 22556391, 32967033, 36437247, 38961039, 43062201, 52631579, 62937063, 67669173 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

EXAMPLE

411 belongs since 94119 is a multiple of 411 (411*229).

MATHEMATICA

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

PROG

(PARI)for(d=1, 10, fordiv(9*10^(d+1)+9, a, if(#Str(a)==d, print1(a", ")))) /*Fuller*/

CROSSREFS

Cf. A116436-A116443.

Sequence in context: A101735 A101620 A174813 * A065136 A075720 A106373

Adjacent sequences:  A116441 A116442 A116443 * A116445 A116446 A116447

KEYWORD

base,nonn

AUTHOR

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

EXTENSIONS

Corrected by Martin Fuller (martin_n_fuller(AT)btinternet.com), May 10 2007

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 16 15:27 EST 2012. Contains 205930 sequences.