login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A225780 Numbers such that both n and its reversal are divisible by sum of digits of n. 2
1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 18, 20, 21, 24, 27, 30, 36, 40, 42, 45, 48, 50, 54, 60, 63, 70, 72, 80, 81, 84, 90, 100, 102, 108, 111, 117, 120, 126, 135, 144, 153, 162, 171, 180, 200, 201, 204, 207, 209, 210, 216, 222, 225, 234, 240, 243, 252, 261, 270 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Subset of A005349 - first member of A005349 missing here is 110.
LINKS
EXAMPLE
117 is a member since both 117 and 711 are divisible by 9.
MATHEMATICA
d[n_]:=IntegerDigits[n]; sod[n_]:=Total[d[n]]; rev[n_]:=FromDigits[Reverse[d[n]]]; Select[Range[270], IntegerQ[#/(x = sod[#])] && IntegerQ[rev[#]/x] &]
CROSSREFS
Cf. A005349.
Sequence in context: A005349 A234474 A285829 * A225782 A235507 A235697
KEYWORD
nonn,base
AUTHOR
Jayanta Basu, May 15 2013
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 29 05:57 EDT 2024. Contains 372097 sequences. (Running on oeis4.)