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.

A134850 Number of primes between A075737(n) and A075737(n+1), including one bound.

Original entry on oeis.org

2, 3, 18, 27, 200, 2870, 39492, 22980943, 120106923, 2602986018837012
Offset: 1

Views

Author

Artur Jasinski, Nov 13 2007

Keywords

Crossrefs

Programs

  • 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

Extensions

Edited by N. J. A. Sloane, Oct 07 2008
a(10) using Kim Walisch's primecount, from Amiram Eldar, May 14 2023