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.

A179818 Primes in A179816.

Original entry on oeis.org

17, 131, 223, 97, 113, 127, 149, 181, 211, 241, 293, 307, 941, 367, 397, 419, 421, 1303, 457, 479, 487, 557, 587, 631, 1931, 661, 683, 691, 719, 727, 743, 773, 787, 797, 809, 811, 839, 863, 877, 907, 929, 937, 953, 967, 983, 1009, 1021, 1049, 1051, 1087, 1117
Offset: 0

Views

Author

Odimar Fabeny, Jul 28 2010

Keywords

Comments

From Robert G. Wilson v, Aug 02 2010: (Start)
These occur at the n-th decade: 1, 5, 8, 10, 12, 13, 15, 19, 22, 25, 30, ..., .
And sorted the sequence is 17, 97, 113, 127, 131, 149, 181, 211, 223, 241, ..., . (End)

Crossrefs

Programs

  • Mathematica
    f[n_] := Plus @@ Select[ Range[10 n + 1, 10 n + 9], PrimeQ]; Select[f@# & /@ Range[0, 111], PrimeQ] (* Robert G. Wilson v, Aug 02 2010 *)

Extensions

More terms from Robert G. Wilson v, Aug 02 2010