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.

A163856 Primes of the form Fibonacci(k)-10.

This page as a plain text file.
%I A163856 #5 Feb 17 2020 17:42:47
%S A163856 3,11,79,223,367,977,514219,24157807,53316291163,420196140727489663,
%T A163856 573147844013817084091,48558529144435440119720805669229197631,
%U A163856 538522340430300790495419781092981030523
%N A163856 Primes of the form Fibonacci(k)-10.
%C A163856 Generated by k= 7, 8, 11, 13, 14, 16, 29, 37, 53, 86, 101, 182, 187, 221,...
%F A163856 {A000045(k) : A000045(k)-10 in A000040}.
%t A163856 Clear[lst,a,f,n,p]; a=10;lst={};Do[f=Fibonacci[n];If[PrimeQ[p=f-a]&&p> 1,AppendTo[lst,p]],{n,3*6!}];lst
%t A163856 Select[Fibonacci[Range[7,200]]-10,PrimeQ] (* _Harvey P. Dale_, Feb 17 2020 *)
%Y A163856 Cf. A000045, A163851, A163852, A163853, A163854, A163855
%K A163856 nonn
%O A163856 1,1
%A A163856 _Vladimir Joseph Stephan Orlovsky_, Aug 05 2009
%E A163856 Definition rephrased by _R. J. Mathar_, Aug 12 2009