36452
domain: N
Appears in sequences
- Number of lines through exactly 3 points of an n X n grid of points.at n=34A018810
- Half-indexed Fibonacci numbers a(n)=round(sqrt((1+sqrt(5))/2)^n/sqrt(5)) a(2n)=F(n)=A000045, so a(n)=F(n/2).at n=46A127217
- Generalized Fibonacci numbers Fib(n + 0.5) rounded to an integer.at n=23A158510
- Sum of two consecutive primes that is also sum of two consecutive even positive squares.at n=9A236461
- a(n) = floor(sqrt(Fibonacci(n+1)*Fibonacci(n))).at n=23A354210