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!)
A328381 Lesser of twin primes pair p, such that F(p) and F(p+2) have the same number of prime factors, where F(n) is the n-th Fibonacci number. 0
3, 5, 11, 59, 71, 107, 179, 191, 311, 431, 569, 599, 827, 881 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
No more terms below 1427.
The corresponding number of prime factors is 1, 1, 1, 2, 2, 2, 3, 2, 4, 1, 1, 2, 5, ...
Assuming that Fibonacci numbers with prime index are always squarefree, the distinction between number of prime factors with multiplicity (A001222) and number of distinct prime factors (A001221) is inessential.
LINKS
EXAMPLE
3 is in the sequence since 3 and 5 are twin primes, and F(3) = 2 and F(5) = 5 are both primes, thus having the same number of prime factors.
71 is in the sequence since 71 and 73 are twin primes, and F(71) and F(73) both have 2 prime factors.
MATHEMATICA
s={}; Do[If[PrimeQ[n] && PrimeQ[n+2] && PrimeOmega[Fibonacci[n]] == PrimeOmega[ Fibonacci[n+2]], AppendTo[s, n]], {n, 1, 200}]; s
CROSSREFS
Supersequence of A281087.
Sequence in context: A004203 A201473 A088884 * A058029 A206640 A182354
KEYWORD
nonn,more
AUTHOR
Amiram Eldar, Oct 14 2019
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 23 14:49 EDT 2024. Contains 371914 sequences. (Running on oeis4.)