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.

A231575 Indices of primes in A001590.

Original entry on oeis.org

4, 5, 7, 9, 25, 29, 49, 79, 1613, 15205
Offset: 1

Views

Author

Robert Price, Nov 18 2013

Keywords

Comments

a(11) > 2*10^5.

Crossrefs

Programs

  • PARI
    v=[1,0,1]; for(n=4,1e4, if(ispseudoprime(t=v[1]+v[2]+v[3]), print1(n", ")); v=[v[2],v[3],t]) \\ Charles R Greathouse IV, Nov 18 2013

Formula

A001590(a(n)) = A231574(n). - Arthur O'Dwyer, 24 Jul 2024

Extensions

Name clarified by Arthur O'Dwyer, Jul 24 2024