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.

A104999 Primes from merging of 3 successive digits in decimal expansion of exp(2).

Original entry on oeis.org

389, 227, 131, 557, 127, 257, 379, 607, 577, 431, 179, 947, 773, 547, 661, 127, 733, 337, 839, 607, 107, 239, 947, 269, 647, 523, 487, 757, 541, 467, 281, 293, 331, 101, 193, 337, 997, 953, 307, 751, 823, 947, 479, 991, 587, 877, 683, 239, 727, 883, 461
Offset: 1

Views

Author

Andrew G. West (WestA(AT)wlu.edu), Mar 31 2005

Keywords

Crossrefs

Programs

  • Mathematica
     Select[FromDigits/@Partition[RealDigits[Exp[2], 10, 500][[1]], 3, 1],#>99&&PrimeQ[#]&] (* Vincenzo Librandi, Apr 26 2013 *)