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.

A069225 Numbers k such that phi(k) is the reversal of sigma(k).

Original entry on oeis.org

1, 65, 2771, 10920, 158804, 2413091, 16636354, 117650080, 140766297, 630947067, 4639526938, 153896850898
Offset: 1

Views

Author

Joseph L. Pe, Apr 12 2002

Keywords

Comments

a(13) > 10^12. - Giovanni Resta, Nov 03 2012

Examples

			phi(65) = 48 = reversal(84) = reversal(sigma(65)), so 65 belongs to the sequence.
n=2413091, sigma[n]=2528032, phi[n]=2308152=rev[sigma[n]].
		

Crossrefs

Programs

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

Extensions

a(6)-a(8) from Labos Elemer, Oct 22 2004
a(9)-a(11) from Donovan Johnson, Jan 14 2011
a(12) from Giovanni Resta, Nov 03 2012