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.
%I A045498 #15 Jan 02 2017 02:01:13 %S A045498 11,23,1321,196418317811, %T A045498 178890334785183168257455287891792289450641941273985495088042104137, %U A045498 1854770768947198621219013852139970776030010821454963453907530667147829489881 %N A045498 Primes formed from concatenation of two consecutive Fibonacci numbers. %C A045498 The next term -- a(7) -- has 100 digits. - _Harvey P. Dale_, Feb 04 2013 %H A045498 Jon E. Schoenfield, <a href="/A045498/b045498.txt">Table of n, a(n) for n = 1..12</a> %t A045498 Select[FromDigits[Flatten[Join[IntegerDigits/@#]]]&/@ Partition[ Fibonacci[ Range[400]],2,1],PrimeQ] (* _Harvey P. Dale_, Feb 04 2013 *) %Y A045498 Subsequence of primes of A092778. %K A045498 nonn,base %O A045498 1,1 %A A045498 _Jeff Burch_ %E A045498 Offset corrected by _Arkadiusz Wesolowski_, May 10 2012 %E A045498 More terms from _Harvey P. Dale_, Feb 04 2013