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.

A132287 Primes in A132286.

Original entry on oeis.org

3, 5, 7, 101, 131, 151, 181, 283, 293, 313, 353, 647, 677, 727, 829, 839, 859, 9091, 9391, 9491, 9791, 10301, 10501, 10601, 11311, 11411, 11821, 12421, 12721, 13331, 13841, 14341, 14551, 14851, 14951, 15451, 15461, 15661, 15761, 16061, 16361, 16871, 17581
Offset: 1

Views

Author

Artur Jasinski, Aug 16 2007

Keywords

Crossrefs

Programs

  • PARI
    lista(nn) = {for(n=1, nn, if (isA132285(n) && isprime(p=n/11), print1(p, ", ");););} \\ Michel Marcus, Nov 05 2013

Extensions

More terms from Michel Marcus, Nov 05 2013