Start with a(1) = 1, a(2) = 3, then a(n)*2^k = a(n+1) + a(n+2), with 2^k the smallest power of 2 (k>0) such that all terms a(n) are positive integers.
A233526
Start with a(1) = 1, a(2) = 3, then a(n)*2^k = a(n+1) + a(n+2), with 2^k the smallest power of 2 (k>0) such that all terms a(n) are positive integers.
Terms
- a(0) =1a(1) =3a(2) =1a(3) =5a(4) =3a(5) =7a(6) =5a(7) =9a(8) =1a(9) =17a(10) =15a(11) =19a(12) =11a(13) =27a(14) =17a(15) =37a(16) =31a(17) =43a(18) =19a(19) =67a(20) =9a(21) =125a(22) =19a(23) =231a(24) =73a(25) =389a(26) =195a(27) =583a(28) =197a(29) =969
External references
- oeis: A233526