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.

A036797 Iccanobif (or iccanobiF) primes: primes which are Fibonacci numbers when reversed.

This page as a plain text file.
%I A036797 #9 Jul 24 2013 14:08:43
%S A036797 2,3,5,31,43,773,7951,52057,64901,393121,56577108676171,
%T A036797 940647607443258103531,5237879497657222310489731409575442761,
%U A036797 9026258083384996860449366072142307801963,19900335674812302969315720344396951060628175943800862267761734431012073266446403
%N A036797 Iccanobif (or iccanobiF) primes: primes which are Fibonacci numbers when reversed.
%C A036797 The next term has 104 digits. - _Harvey P. Dale_, Jul 24 2013
%t A036797 Sort[Select[FromDigits[Reverse[IntegerDigits[#]]]&/@ Fibonacci[ Range[ 500]],PrimeQ]] (* _Harvey P. Dale_, Jul 24 2013 *)
%Y A036797 Cf. A036971, A036972.
%K A036797 nonn,base,nice
%O A036797 1,1
%A A036797 _G. L. Honaker, Jr._
%E A036797 Additional term from _Harvey P. Dale_, Jul 24 2013