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!)
A228916 Indices of primes in sequence A108300. 1
1, 3, 9, 15, 39, 225, 231, 363, 687, 1299, 1335, 1809, 2367, 12735 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Conjecture: for n>1 a(n) is a multiple of 3.
The indices greater than 363 yield probable primes. - Vaclav Kotesovec, Oct 28 2013
Next term > 100000. - Tyler Busby, Mar 29 2024
LINKS
MATHEMATICA
seq=RecurrenceTable[{a[n]==3*a[n-1]+a[n-2], a[0]==1, a[1]==5}, a, {n, 1, 1000}]; Select[Range[1000], PrimeQ[seq[[#]]]&]
CROSSREFS
Sequence in context: A350536 A133997 A057909 * A345431 A082702 A214771
KEYWORD
nonn,hard,more
AUTHOR
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 May 5 13:34 EDT 2024. Contains 372275 sequences. (Running on oeis4.)