Lomax, Indiana

Lomax is an unincorporated community in Railroad Township, Starke County, in the U.S. state of Indiana.[2]

Lomax, Indiana
Lomax
Lomax
Coordinates: 41°15′32″N 86°52′18″W
CountryUnited States
StateIndiana
CountyStarke
TownshipRailroad
Elevation666 ft (203 m)
Time zoneUTC-6 (Central (CST))
  Summer (DST)UTC-5 (CDT)
ZIP code
46374
Area code(s)219
GNIS feature ID438234

Geography

Lomax is located at 41°15′32″N 86°52′18″W.

gollark: But that makes this very mysterious.
gollark: I think it would make more sense as an attribute™ or something.
gollark: Broadly speaking, yes.
gollark: Oh hypermemetic ultrabees.
gollark: ```pythonfrom z3 import *iters = [ Int(f"x{i}") for i in range(40) ]solver = Solver()for n,x in enumerate(iters): if n == 0: solver.add(x == 1111111) else: last = iters[n - 1] solver.add(Or(x == last, (x * 2) == last, x == ((last * 3) + 1)))solver.add(iters[-1] == 1)print(solver.check())print(solver.model())```This is the *best* way to do collatz.

References



This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.