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.

A244001 Indices of primes in A214830.

This page as a plain text file.
%I A244001 #7 Jun 19 2014 11:24:45
%S A244001 3,7,11,20,28,63,72,79,688,795,999,2716,13220,15940,17903,26832,28416,
%T A244001 33448,117923
%N A244001 Indices of primes in A214830.
%C A244001 a(20) > 2*10^5.
%H A244001 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 A244001 a={1,8,8}; For[n=3, n<=1000, n++, sum=Plus@@a; If[PrimeQ[sum], Print[n]]; a=RotateLeft[a]; a[[3]]=sum]
%Y A244001 Cf. A001590, A100683, A231574, A231575, A232542, A214899, A230607, A020992, A232498, A214727, A081172, A214752, A141523,A214825, A235862, A214827, A214828, A214829, A243622, A243623.
%K A244001 nonn,more
%O A244001 1,1
%A A244001 _Robert Price_, Jun 17 2014