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.

A104284 Primes which are the concatenation of three consecutive Fibonacci numbers.

Original entry on oeis.org

5813, 113490317018363119032971215073, 73088059522214431050203554901182589644787183497642906842719134702400093278081449423917, 75779161866773113924763137210006612261325953941882930001747020959951983924214061919432247806074196061
Offset: 1

Views

Author

Shyam Sunder Gupta, Apr 17 2005

Keywords

Examples

			The first term is 5813 which is a prime and is the concatenation of 5,8 and 13 which are three consecutive Fibonacci numbers.
		

Crossrefs

Cf. A000045.

Programs

  • Mathematica
    Select[FromDigits[Flatten[IntegerDigits/@#]]&/@Partition[ Fibonacci[ Range[250]],3,1], PrimeQ] (* Harvey P. Dale, Jul 04 2012 *)