Natchez, Indiana

Natchez is an unincorporated community in Halbert Township, Martin County, in the U.S. state of Indiana.[3]

Natchez, Indiana
Martin County's location in Indiana
Natchez
Location in Martin County
Coordinates: 38°37′02″N 86°42′39″W
CountryUnited States
StateIndiana
CountyMartin
TownshipHalbert
Elevation505 ft (154 m)
Time zoneUTC-5 (Eastern (EST))
  Summer (DST)UTC-4 (EDT)
ZIP code
47581
Area code(s)812, 930
FIPS code18-52060[2]
GNIS feature ID439945

History

A post office was established at Natchez in 1844, and remained in operation until it was discontinued in 1905.[4] The community was likely named after Natchez, Mississippi.[5]

Geography

Natchez is located at 38°37′02″N 86°42′39″W along U.S. Route 150 in the Hoosier National Forest.

gollark: HAS YOUR NOSE EXPLODED?
gollark: ```haskellimport Data.Listimport Data.Bits fib :: Int -> Integerfib n = snd . foldl_ fib_ (1, 0) . dropWhile not $ [testBit n k | k <- let s = bitSize n in [s-1,s-2..0]] where fib_ (f, g) p | p = (f*(f+2*g), ss) | otherwise = (ss, g*(2*f-g)) where ss = f*f+g*g foldl_ = foldl' -- '```
gollark: import Data.Listimport Data.Bits fib :: Int -> Integerfib n = snd . foldl_ fib_ (1, 0) . dropWhile not $ [testBit n k | k <- let s = bitSize n in [s-1,s-2..0]] where fib_ (f, g) p | p = (f*(f+2*g), ss) | otherwise = (ss, g*(2*f-g)) where ss = f*f+g*g foldl_ = foldl' -- '
gollark: 3.1 Using 2x2 matricesThe argument of iterateabove is a linear transformation, so we can represent it as matrix and compute the nth power of this matrix with O(log n) multiplications and additions.For example, using the simple matrix implementation in Prelude extensions,fib n = head (apply (Matrix [[0,1], [1,1]] ^ n) [0,1])
gollark: 0, 1, 1, 2, 3...

References

  1. "US Board on Geographic Names". United States Geological Survey. October 25, 2007. Retrieved 2017-05-09.
  2. "U.S. Census website". United States Census Bureau. Retrieved 2008-01-31.
  3. "Natchez, Indiana". Geographic Names Information System. United States Geological Survey. Retrieved 2009-10-17.
  4. "Martin County". Jim Forte Postal History. Retrieved 2 February 2015.
  5. Baker, Ronald L. (October 1995). From Needmore to Prosperity: Hoosier Place Names in Folklore and History. Indiana University Press. p. 233. ISBN 978-0-253-32866-3. Apparently, the name was borrowed from the city of the same name in Mississippi...



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