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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A069970 Numbers n such that sigma(reverse(n)) = sigma(reverse(n-1)) + sigma(reverse(n-2)). 0
3, 4, 352, 525, 532, 564, 572, 782, 3783, 5242, 5762, 5784, 7852, 7884, 31732, 38817, 41736, 46194, 52942, 57842, 61146, 63075, 67266, 68853, 95418 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

EXAMPLE

sigma(reverse(352)) = sigma(253) = 288 = 234 + 54 = sigma(153) + sigma(53) = sigma(reverse(352-1)) + sigma(reverse(352-2)).

MATHEMATICA

rev[n_] := FromDigits[Reverse[IntegerDigits[n]]]; Select[Range[3, 10^5], DivisorSigma[1, rev[ # ]] == DivisorSigma[1, rev[ # - 1]] + DivisorSigma[1, rev[ # - 2]] &]

CROSSREFS

Sequence in context: A111315 A042711 A195566 * A153063 A165499 A094396

Adjacent sequences:  A069967 A069968 A069969 * A069971 A069972 A069973

KEYWORD

base,nonn

AUTHOR

Joseph L. Pe (joseph_l_pe(AT)hotmail.com), Apr 29 2002

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 14 16:57 EST 2012. Contains 205635 sequences.