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.

A153385 Number of primes <= Fibonacci(Fibonacci(n)) = pi(A007570(n)).

Original entry on oeis.org

0, 0, 0, 0, 1, 3, 8, 51, 1329, 393790, 5670112879, 43416847208976911
Offset: 0

Views

Author

Harry J. Smith, Dec 25 2008

Keywords

Examples

			a(7) = 51 because Fibonacci(7) = 13, Fibonacci(13) = 233 and there are 51 primes <= 233.
		

Crossrefs

Programs

  • Magma
    [0] cat [#PrimesUpTo(Fibonacci(Fibonacci(n))): n in [1..9]]; // Vincenzo Librandi, Aug 02 2015
  • Mathematica
    PrimePi@# & /@ (Fibonacci@Fibonacci@# & /@ Range@10) (* Robert G. Wilson v, Feb 17 2009 *)
  • XiCalc
    Pi(Fib(Fib(n)));
    

Formula

a(n) = pi(Fibonacci(Fibonacci(n))) = A000720(A007570(n)).
a(n) = A054782(A000045(n)). - Amiram Eldar, Sep 03 2024

Extensions

a(11) calculated using Kim Walisch's primecount and added by Amiram Eldar, Sep 03 2024