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.

A099181 Primes p which are greater than twice p reversed.

Original entry on oeis.org

31, 41, 61, 71, 83, 311, 331, 401, 421, 431, 461, 491, 521, 541, 571, 601, 631, 641, 661, 691, 701, 733, 743, 751, 761, 773, 811, 821, 823, 853, 863, 881, 883, 911, 941, 953, 971, 983, 991, 2311, 2411, 2521, 2621, 2711, 2801, 3001, 3011, 3041, 3121, 3221
Offset: 1

Views

Author

Robert G. Wilson v, Oct 01 2004

Keywords

Examples

			31 is in the sequence since 31 > 2*13.
		

Programs

  • Mathematica
    Select[ Prime[ Range[ 460]], # > 2FromDigits[ Reverse[ IntegerDigits[ # ]]] &]