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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A101701 Numbers n such that n = sum of the reversals of divisors of n. 1
1, 207321, 890827, 7591023, 18368601, 4885292403 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

COMMENTS

Next term is greater than 37*10^7.

EXAMPLE

18368601 is in the sequence because divisors of 18368601

are: 1,3,6122867,18368601 and 18368601=1+3+7682216+10686381.

MATHEMATICA

Do[h = Divisors[n]; l = Length[h]; If[n == Sum[ FromDigits[Reverse[IntegerDigits[h[[k]]]]], {k, l}], Print[n]], {n, 370000000}]

CROSSREFS

Cf. A069942, A072228.

Sequence in context: A115946 A082176 A178285 * A092011 A072679 A147705

Adjacent sequences:  A101698 A101699 A101700 * A101702 A101703 A101704

KEYWORD

base,more,nonn

AUTHOR

Farideh Firoozbakht (mymontain(AT)yahoo.com), Dec 23 2004

EXTENSIONS

a(6) from Donovan Johnson (donovan.johnson(AT)yahoo.com), Dec 07 2008

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 21:51 EST 2012. Contains 205978 sequences.