login
The OEIS Foundation is supported by donations from users of the OEIS and by a grant from the Simons 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

Table of n, a(n) for n=1..15.

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

Cf. A006190, A006497, A000129, A096650

Sequence in context: A038977 A141778 A191053 * A117877 A226215 A169745

Adjacent sequences:  A209490 A209491 A209492 * A209494 A209495 A209496

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 | Recent
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified July 16 12:38 EDT 2021. Contains 346065 sequences. (Running on oeis4.)