Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A116440
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A116440 Numbers n which when sandwiched between two 5's give a multiple of n. +0
1
1, 5, 11, 13, 35, 55, 65, 77, 91, 137, 365, 685, 9091, 49505, 909091, 5882353, 10989011, 12987013, 20242915, 23923445, 34965035, 37593985, 52631579, 54945055, 64935065, 76923077, 90909091, 495049505, 1976284585, 4132231405 (list; graph; listen)
OFFSET

1,2

EXAMPLE

137 belongs since 51375 is a multiple 137 (137*375).

MAPLE

a:=proc(n) local nn: nn:=convert(n, base, 10): if type((5+10*n+5*10^(nops(nn)+1))/n, integer)=true then n else fi end: seq(a(n), n=1..10000); - Emeric Deutsch (deutsch(AT)duke.poly.edu), Feb 28 2006

MATHEMATICA

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

CROSSREFS

Cf. A116436-A116444.

Adjacent sequences: A116437 A116438 A116439 this_sequence A116441 A116442 A116443

Sequence in context: A051654 A098973 A125742 this_sequence A098720 A115091 A034924

KEYWORD

base,nonn

AUTHOR

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

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified October 11 13:47 EDT 2008. Contains 144830 sequences.


AT&T Labs Research