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!)
A080345 a(n) is the number of prime factors in Fibonacci(prime(n)); that is, in the Fibonacci number whose index is the n-th prime. 4
0, 1, 1, 1, 1, 1, 1, 2, 1, 1, 2, 3, 2, 1, 1, 2, 2, 2, 3, 2, 2, 2, 1, 2, 4, 2, 3, 2, 2, 2, 2, 1, 1, 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, 1, 7, 5, 4, 3, 3, 2, 2, 4, 3, 4, 1, 1, 5, 5, 1, 3, 5, 3, 2, 3, 4, 3, 4, 6, 1, 3, 4, 3 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,8
COMMENTS
In all known examples, Fibonacci(prime(n)) is squarefree, in which case a(n) is well-defined, i.e., the number of distinct prime factors equals the total number of prime factors. But if for some n, Fibonacci(prime(n)) has a repeated prime factor, then a(n) is not well-defined. - Jonathan Sondow, Oct 22 2015
LINKS
Amiram Eldar, Table of n, a(n) for n = 1..222 (terms 1..168 from T. D. Noe)
FORMULA
a(n) = A001221(A000045(A000040(n))). - Michel Marcus, Oct 22 2015
EXAMPLE
a(12) = 3 because the 12th prime is 37 and Fibonacci(37) = 24157817 = 73 * 149 * 2221 has 3 prime factors. - clarified by Jonathan Sondow, Oct 21 2015
MATHEMATICA
Table[Length[FactorInteger[Fibonacci[Prime[n]]]], {n, 60}]
PrimeNu[Fibonacci[Prime[Range[100]]]] (* Harvey P. Dale, Mar 13 2016 *)
PROG
(PARI) a(n) = omega(fibonacci(prime(n))); \\ Michel Marcus, Oct 22 2015
CROSSREFS
Sequence in context: A234503 A333267 A236325 * A285202 A004737 A255616
KEYWORD
hard,nonn
AUTHOR
T. D. Noe, Feb 16 2003
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 19 11:14 EDT 2024. Contains 371791 sequences. (Running on oeis4.)