701408733
domain: N
Appears in sequences
- F(2n) = bisection of Fibonacci sequence: a(n) = 3*a(n-1) - a(n-2).at n=22A001906
- Odd Fibonacci numbers.at n=29A014437
- a(0) = 1, a(1) = 1, and a(n) = 4*a(n-1) + a(n-2) for n >= 2.at n=15A015448
- a(n) = Fibonacci(4*n).at n=11A033888
- Fibonacci numbers having initial digit '7'.at n=1A045731
- Smallest positive Fibonacci number divisible by n.at n=42A047930
- Smallest Fibonacci number that is divisible by n-th prime.at n=13A051694
- Fibonacci sieve: using Fibonacci numbers, strike out every 2nd, 3rd, 5th, 8th, 13th, 21st, 34th... of those remaining.at n=11A060390
- Squarefree Fibonacci numbers.at n=35A061305
- Cyclotomic polynomials Phi_n at x=phi divided by sqrt(5) and ceiled up (where phi = tau = (sqrt(5)+1)/2).at n=43A063708
- a(1) = 1, a(n) is the smallest Fibonacci number of the form k*a(n-1) + 1 with k>0.at n=6A068083
- a(n) is the largest n-digit Fibonacci number.at n=8A072352
- Squarefree Fibonacci numbers with odd number of prime factors.at n=18A074691
- Fibonacci numbers F(k) for k not squarefree (A013929).at n=14A075732
- Fibonacci numbers with a prime signature that has not occurred earlier.at n=13A085077
- a(0) = 1, a(n) = Fibonacci(2*n). It has the property that a(n) = 1*a(n-1) + 2*a(n-2) + 3*a(n-3) + 4*a(n-4) + ...at n=22A088305
- Nonprime Fibonacci numbers.at n=34A090206
- Least squarefree Fibonacci number with exactly n prime divisors.at n=5A095224
- A transform of the Fibonacci numbers.at n=14A099843
- a(n) = abs( f(Fibonacci(n)) - Fibonacci(f(n)) ), where f(n) = n-2 if (n mod 3) = 0, f(n) = n+2 if (n mod 3) = 1, otherwise f(n) = n.at n=42A103114