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!)
A130150 Smallest prime with number of digits equal to n-th Fibonacci number. 2
2, 11, 101, 10007, 10000019, 1000000000039, 100000000000000000039, 1000000000000000000000000000000061, 1000000000000000000000000000000000000000000000000000031, 10000000000000000000000000000000000000000000000000000000000000000000000000000000000000181 (list; graph; refs; listen; history; text; internal format)
OFFSET
2,1
LINKS
MAPLE
A130150 := proc(n) ndgs := combinat[fibonacci](n) ; nextprime(10^(ndgs-1)) ; end: seq(A130150(n), n=2..11) ; # R. J. Mathar, Oct 15 2007
MATHEMATICA
Table[NextPrime[10^(Fibonacci[n]-1)], {n, 2, 12}] (* Harvey P. Dale, Aug 25 2015 *)
CROSSREFS
Sequence in context: A099701 A089393 A069664 * A115941 A351622 A024721
KEYWORD
easy,nonn,base
AUTHOR
Giovanni Teofilatto, Aug 03 2007
EXTENSIONS
More terms from R. J. Mathar, Oct 15 2007
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 May 7 02:37 EDT 2024. Contains 372300 sequences. (Running on oeis4.)