login
This site is supported by donations 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). 0

%I

%S 2,3,18,27,200,2870,39492,22980943,120106923

%N Number of primes between A075737(n) and A075737(n+1).

%t 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

%Y Cf. A000045, A050937, A075737, A090819, A134787.

%K nonn,changed

%O 1,1

%A _Artur Jasinski_, Nov 13 2007

%E Edited by _N. J. A. Sloane_, Oct 07 2008

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified May 20 07:56 EDT 2013. Contains 225458 sequences.