# Greetings from The On-Line Encyclopedia of Integer Sequences! http://oeis.org/ Search: id:a256498 Showing 1-1 of 1 %I A256498 #15 Apr 04 2015 18:28:55 %S A256498 11,15,25,31,36,37,42,45,48,75,149,156,160,182,268,444,581,1025,1125, %T A256498 2504,6900,10924,11807,25262,26774,28739,29367,34902,43345,53878, %U A256498 74473,107070,170300,178994 %N A256498 Indices of primes in the 9th-order Fibonacci number sequence, A127193. %C A256498 a(35) > 2*10^5. %H A256498 Tony D. Noe and Jonathan Vos Post, Primes in Fibonacci n-step and Lucas n-step Sequences, J. of Integer Sequences, Vol. 8 (2005), Article 05.4.4. %H A256498 OEIS Wiki, Index of Fibonacci Numbers and Variants %H A256498 OEIS Wiki, Index to OEIS Section Fi %t A256498 a={1,1,1,1,1,1,1,1,1}; step=9; lst={}; For[n=step+1,n<=1000,n++, sum=Plus@@a; If[PrimeQ[sum], AppendTo[lst,n]]; a=RotateLeft[a]; a[[step]]=sum]; lst %Y A256498 Cf. A127193, A256499. %K A256498 nonn,more %O A256498 1,1 %A A256498 _Robert Price_, Mar 31 2015 # Content is available under The OEIS End-User License Agreement: http://oeis.org/LICENSE