login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A087344 Smallest prime formed by concatenating n consecutive Fibonacci numbers. 1
2, 11, 5813, 1123, 235813, 67989163763861225811000877783661019311779979416004714189288006719437081612046600466103755303097540113804746346429 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The next term has 630 digits. - Harvey P. Dale, Jun 15 2011
LINKS
EXAMPLE
a(3) = 5813 because 5813 is the smallest prime formed from concatenation of 3 consecutive Fibonacci numbers, namely 5, 8, and 13.
MATHEMATICA
With[{fibs=Fibonacci[Range[800]]}, Table[First[Select[ FromDigits[ Flatten[ IntegerDigits[#]]]& /@ Partition[ fibs, n, 1], PrimeQ]], {n, 7}]] (* Harvey P. Dale, Jun 15 2011 *)
CROSSREFS
Cf. A087345.
Sequence in context: A072665 A201264 A342996 * A290873 A291263 A226072
KEYWORD
base,nonn
AUTHOR
Amarnath Murthy, Sep 06 2003
EXTENSIONS
Corrected and extended by Shyam Sunder Gupta, Apr 17 2005
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 16 12:05 EDT 2024. Contains 371711 sequences. (Running on oeis4.)