85716
domain: N
Appears in sequences
- Trajectory of 3 under map n->7n+1 if n odd, n->n/2 if n even.at n=31A037101
- Coefficient of x in the reduction by x^2 -> x+1 of the polynomial p(n,x) defined at Comments.at n=21A192968
- The consecutive squares of numbers multiplied by their next consecutive integer.at n=33A193608
- a(0)=7; a(n) = 7*a(n-1) + 1 if a(n-1) is odd, a(n) = a(n-1)/2 otherwise.at n=36A271623