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.

Showing 1-1 of 1 results.

A115893 Numbers k such that sigma(k)*prime(k) is a palindrome.

Original entry on oeis.org

1, 2, 5, 4813, 47619
Offset: 1

Views

Author

Giovanni Resta, Feb 06 2006

Keywords

Comments

No additional terms up to 5*10^6. - Harvey P. Dale, Sep 14 2012

Examples

			sigma(47619)*prime(47619) = 82992*580477 = 48174947184.
		

Crossrefs

Programs

  • Mathematica
    dspQ[n_]:=Module[{c=IntegerDigits[DivisorSigma[1,n]Prime[n]]},c == Reverse[c]]; Select[Range[50000],dspQ] (* Harvey P. Dale, Sep 14 2012 *)
Showing 1-1 of 1 results.