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!)
A168514 Number of prime divisors (counted with multiplicity) of Fibonacci(n)+1. 1
1, 1, 1, 2, 2, 2, 2, 2, 2, 4, 4, 2, 4, 5, 2, 4, 3, 3, 4, 3, 3, 8, 4, 2, 4, 5, 3, 5, 5, 5, 4, 4, 2, 6, 6, 2, 7, 9, 4, 6, 5, 4, 6, 5, 4, 12, 4, 4, 6, 5, 5, 7, 6, 6, 7, 6, 4, 10, 6, 2, 7, 9, 4, 6, 5, 4, 6, 7, 6, 13, 7, 4, 7, 7, 5, 8, 5, 8, 6, 4, 5, 10, 8, 4, 7, 11, 5, 8, 9, 7, 8, 6, 4, 15, 5, 3, 7, 10, 7, 8, 7, 8 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
COMMENTS
Always greater than 1 for any n >= 4.
REFERENCES
Jason Earls, "Fibonacci," Mathematical Bliss, Pleroma Publications, 2009, pages 60-64. ASIN: B002ACVZ6O
LINKS
FORMULA
a(n) = Omega(Fibonacci(n) + 1) = A001222(A001611(n)). - Wesley Ivan Hurt, Feb 04 2014
MATHEMATICA
Table[PrimeOmega[Fibonacci[n] + 1], {n, 100}] (* Wesley Ivan Hurt, Feb 04 2014 *)
PROG
(PARI) A168514(n) = bigomega(fibonacci(n)+1) \\ Michael B. Porter, Mar 02 2010
CROSSREFS
Sequence in context: A307378 A339049 A279401 * A326353 A060447 A268045
KEYWORD
nonn
AUTHOR
Jason Earls, Nov 28 2009
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 25 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)