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!)
A134850 Number of primes between A075737(n) and A075737(n+1), including one bound. 1
2, 3, 18, 27, 200, 2870, 39492, 22980943, 120106923, 2602986018837012 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
a = {}; k = {}; Do[If[PrimeQ[Fibonacci[Prime[n]]], AppendTo[k, Fibonacci[Prime[n]]]], {n, 1, 100}]; Do[AppendTo[a, PrimePi[k[[n + 1]]] - PrimePi[k[[n]]]], {n, 1, 9}]; a
CROSSREFS
Sequence in context: A047191 A096308 A073529 * A163910 A064777 A137784
KEYWORD
nonn,more
AUTHOR
Artur Jasinski, Nov 13 2007
EXTENSIONS
Edited by N. J. A. Sloane, Oct 07 2008
a(10) using Kim Walisch's primecount, from Amiram Eldar, May 14 2023
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 24 10:00 EDT 2024. Contains 371935 sequences. (Running on oeis4.)