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.

A134852 Number of distinct prime factors of the Fibonacci numbers in A050937.

Original entry on oeis.org

0, 2, 2, 3, 2, 2, 2, 2, 3, 2, 2, 2, 2, 4, 2, 3, 2, 2, 2, 2, 3, 4, 2, 4, 4, 2, 2, 3, 3, 2, 2, 4, 2, 4, 4, 2, 5, 3, 4, 3, 2, 3, 3, 4, 2, 2, 3, 4, 2, 4, 4, 4, 3, 2, 3, 5, 4, 2, 7, 5, 4, 3, 3, 2, 2, 4, 3, 4, 5, 5, 3, 5, 3, 2, 3, 4, 3, 4, 6, 3, 4, 3, 5, 3, 5, 6, 2
Offset: 1

Views

Author

Artur Jasinski, Nov 13 2007

Keywords

Crossrefs

Programs

  • Mathematica
    a = {}; k = {}; Do[If[ ! PrimeQ[Fibonacci[Prime[n]]], c = Length[FactorInteger[Fibonacci[Prime[n]]]]; AppendTo[k, c]], {n, 1, 50}]; k
  • PARI
    forprime(p=2,99,t=omega(fibonacci(p)); if(t!=1,print1(t", "))) \\ Charles R Greathouse IV, Feb 03 2014

Formula

a(n) = A001221(A050937(n)). - R. J. Mathar, May 03 2008

Extensions

Edited by R. J. Mathar, May 03 2008
a(38)-a(87) from Charles R Greathouse IV, Feb 03 2014