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.

A180006 Composite numbers that can be obtained from primes by interchanging the first and last digits.

Original entry on oeis.org

91, 32, 92, 14, 34, 74, 35, 95, 16, 76, 38, 98, 301, 901, 721, 731, 931, 361, 371, 391, 791, 112, 322, 722, 922, 332, 932, 142, 152, 752, 362, 962, 172, 772, 182, 382, 392, 703, 713, 133, 943, 763, 973, 793, 104, 904, 914, 124, 134, 334, 934, 344, 944, 754
Offset: 1

Views

Author

Parthasarathy Nambi, Aug 06 2010

Keywords

Comments

The primes must contain at least two digits.

Examples

			The composite number 752 is obtained from the prime 257 by interchanging the first and last digits.
		

Crossrefs

The corresponding primes are A076056. Cf. A002808, A179826.

Programs

  • Mathematica
    Select[With[{idn=IntegerDigits[#]},FromDigits[Join[{idn[[-1]]},Most[Rest[idn]],{idn[[1]]}]]]&/@Prime[Range[5,1500]],CompositeQ] (* Harvey P. Dale, Jan 26 2025 *)

Extensions

More terms from Vincenzo Librandi, Aug 06 2010