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.

A163852 Primes of the form Fibonacci(k)-3.

This page as a plain text file.
%I A163852 #3 Mar 31 2012 12:38:26
%S A163852 2,5,31,607,
%T A163852 628580612875886694881648328579603114508131388106874704297602636435532791990880832689119,
%U A163852 7531436383873795315009506236096188648036856522778750817396763797198414070984881727501992372613765176393353441439
%N A163852 Primes of the form Fibonacci(k)-3.
%C A163852 Contains the numbers A000045(k)-3 for k = 5, 6, 9, 15, 417, 537, 2085,...
%C A163852 which equal A000040(j) for j = 1, 3, 11, 111,...
%t A163852 Clear[lst,a,f,n,p]; a=3;lst={};Do[f=Fibonacci[n];If[PrimeQ[p=f-a]&&p>1,AppendTo[lst,p]],{n,3*6!}];lst
%Y A163852 Cf. A163851.
%K A163852 nonn
%O A163852 1,1
%A A163852 _Vladimir Joseph Stephan Orlovsky_, Aug 05 2009
%E A163852 Indices into Fibonacci and prime sequences added by _R. J. Mathar_, Aug 18 2009