A132827 Table based upon insertion points of n into sequence A132828 and having a specific formula.
1, 3, 2, 8, 6, 4, 21, 16, 11, 5, 55, 42, 29, 14, 7, 144, 110, 76, 37, 19, 9, 377, 288, 199, 97, 50, 24, 10, 987, 754, 521, 254, 131, 63, 27, 12
Offset: 0
Examples
a(3,2) = (b(3)+1)*F(2*2) + (3 - b(3))*F(2*2+1). b(3) = 2 in A005206 so a(3,2)= 3*3 + 1*5 = 14. Corner of the array: 1, 3, 8, 21, 55 2, 6, 16, 42, 110 4, 11, 29, 76, 199 5, 14, 37, 97, 254
Crossrefs
Cf. A191426.
Programs
-
Mathematica
(See Conjecture under Comments.)
Formula
A(i,j) = (b(i)+1) * F(2j) + (i-b(i))*F(2j+1) where F(j) is the j-th Fibonacci number and b(n) = the n-th term of the Hofstadier G-sequence A005206.
Comments