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.
%I A235862 #8 Jul 25 2024 13:53:33 %S A235862 0,3,4,5,8,10,14,16,24,30,40,54,63,66,67,109,188,203,421,463,704,730, %T A235862 798,1155,1259,1376,1789,2095,2650,3833,4538,4794,4840,5386,8348, %U A235862 15176,17282,21250,21386,21825,31242,32843,33706,37026,47546,66848 %N A235862 Indices of primes in A141523. %C A235862 a(47) > 2*10^5. %H A235862 Tony D. Noe and Jonathan Vos Post, <a href="http://www.cs.uwaterloo.ca/journals/JIS/VOL8/Noe/noe5.html">Primes in Fibonacci n-step and Lucas n-step Sequences</a>, J. of Integer Sequences, Vol. 8 (2005), Article 05.4.4 %t A235862 a={3,1,1}; Print[0]; For[n=3, n<=1000, n++, sum=Plus@@a; If[PrimeQ[sum], Print[n]]; a=RotateLeft[a]; a[[3]]=sum] %Y A235862 Cf. A001590, A100683, A231574, A231575, A232542, A214899, A230607, A020992, A232498, A214727, A081172, A214752, A141523. %K A235862 nonn %O A235862 1,2 %A A235862 _Robert Price_, Jan 16 2014 %E A235862 Name clarified by _Arthur O'Dwyer_, Jul 25 2024