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.

A228916 Indices of primes in sequence A108300.

This page as a plain text file.
%I A228916 #26 Mar 29 2024 14:36:00
%S A228916 1,3,9,15,39,225,231,363,687,1299,1335,1809,2367,12735
%N A228916 Indices of primes in sequence A108300.
%C A228916 Conjecture: for n>1 a(n) is a multiple of 3.
%C A228916 The indices greater than 363 yield probable primes. - _Vaclav Kotesovec_, Oct 28 2013
%C A228916 Next term > 100000. - _Tyler Busby_, Mar 29 2024
%t A228916 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[[#]]]&]
%Y A228916 Cf. A108300, A209493, A001605, A001606, A096650, A099088.
%K A228916 nonn,hard,more
%O A228916 1,2
%A A228916 _Vaclav Kotesovec_, Sep 08 2013