cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A070856 Numbers n such that sigma(reverse(n)) = phi(n).

Original entry on oeis.org

1, 120, 260, 450, 861, 1411, 1541, 1550, 7372, 7957, 8393, 9312, 13811, 14840, 20440, 26060, 38323, 41550, 46990, 49813, 51412, 61050, 77695, 78625, 86691, 94604, 94632, 138631, 143520, 166331, 169360, 176820, 182750, 208150, 236220, 236840, 270650
Offset: 1

Views

Author

Joseph L. Pe, May 16 2002

Keywords

Examples

			sigma(reverse(120)) = sigma(21) = 32 = phi(120), so 120 is a term of the sequence.
		

Crossrefs

Programs

  • Mathematica
    Select[ Range[ 10^6 ],EulerPhi[ # ]==DivisorSigma[ 1,FromDigits[ Reverse[ IntegerDigits[ # ] ] ] ]& ]

Extensions

Extended by Ray Chandler, Feb 10 2009