A204540 Numbers k whose basins (as defined in A204539) equal 1.
2, 3, 4, 6, 14, 1760, 39046
Offset: 1
Links
- Mark Dukes, Fagan's Construction, Strange Roots, and Tchoukaillon Solitaire, Journal of Integer Sequences, Vol. 24 (2021), Article 21.7.1.
- Mark Dukes, Fagan's Construction, Strange Roots, and Tchoukaillon Solitaire, arXiv:2202.02381 [math.NT], 2022.
Programs
-
Mathematica
(* First run the program for A204539 to define basin *) Select[Range[1000], basin[#] == 1 &] (* Alonso del Arte, Jan 19 2012 *)
Comments