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.

A209493 Indices of primes in sequence A006190.

Original entry on oeis.org

2, 5, 11, 17, 61, 103, 167, 193, 293, 643, 647, 911, 11243, 29437, 55021, 80141
Offset: 1

Views

Author

Vaclav Kotesovec, Mar 09 2012

Keywords

Comments

Index must be prime. The indices greater than 293 yield probable primes.

Crossrefs

Programs

  • Mathematica
    seq=RecurrenceTable[{a[n]==3*a[n-1]+a[n-2], a[1]==1, a[2]==3}, a, {n, 1000}]; Select[Range[1000], PrimeQ[seq[[#]]]&]

Extensions

a(14)-a(15) from Vaclav Kotesovec, Sep 08 2013
a(16) from Michael S. Branicky, Nov 03 2024