login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A209493 Indices of primes in sequence A006190. 3
2, 5, 11, 17, 61, 103, 167, 193, 293, 643, 647, 911, 11243, 29437, 55021 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Index must be prime. The indices greater than 293 yield probable primes.
LINKS
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[[#]]]&]
CROSSREFS
Sequence in context: A038977 A141778 A191053 * A117877 A226215 A169745
KEYWORD
nonn,hard,more
AUTHOR
Vaclav Kotesovec, Mar 09 2012
EXTENSIONS
a(14)-a(15) from Vaclav Kotesovec, Sep 08 2013
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified August 27 13:58 EDT 2024. Contains 375469 sequences. (Running on oeis4.)