1763596800
domain: N
Appears in sequences
- a(n) = (a(n-1)*a(n-2) + a(n-1)^2)/a(n-3), with a(1) = a(2) = a(3) = 1.at n=8A141609
- a(1)=2, a(n+1)=a(n)*(n-th digit of the sequence or 10 in case of digit '0').at n=14A210579
- a(1)=2, a(n+1)=a(n)*(n-th digit of the sequence or 10 in case of digit '0').at n=15A210579
- Sequence starting with a(1) = 2 and always extended with the product "n-th digit * n-th term". When the product is = 0, we don't extend the sequence with 0 but with the smallest integer not yet present.at n=14A337109
- Sequence starting with a(1) = 2 and always extended with the product "n-th digit * n-th term". When the product is = 0, we don't extend the sequence with 0 but with the smallest integer not yet present.at n=15A337109