Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A113586
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A113586 Indices of terms of A113585 such that n divides A113585(n). +0
3
1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 20, 22, 30, 33, 40, 44, 50, 55, 60, 66, 70, 75, 77, 80, 88, 90, 99, 100, 101, 110, 111, 200, 202, 220, 222, 300, 303, 330, 333, 387, 400, 404, 440, 444, 500, 505, 550, 555, 600, 606, 660, 666, 700, 707, 750, 770, 777, 800, 808, 869 (list; graph; listen)
OFFSET

1,2

EXAMPLE

10 is a term as 10 divides 110.

MAPLE

A113585 := proc(n) local digs, i, d ; digs := sort(convert(n, base, 10)) ; d := nops(digs) ; add( op(i, digs)*(10^(2*d-i)+10^(i-1)), i=1..nops(digs)) ; end: isA113586 := proc(n) if A113585(n) mod n = 0 then true; else false ; fi ; end: for n from 1 to 1000 do if isA113586(n) then printf("%d, ", n) ; fi ; od: - R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Aug 28 2007

CROSSREFS

Cf. A113585, A113587.

Sequence in context: A009996 A032907 A130576 this_sequence A061362 A084050 A061917

Adjacent sequences: A113583 A113584 A113585 this_sequence A113587 A113588 A113589

KEYWORD

base,easy,nonn

AUTHOR

Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Nov 07 2005

EXTENSIONS

More terms from R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Aug 28 2007

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 July 25 07:41 EDT 2008. Contains 142293 sequences.


AT&T Labs Research