Prambachkirchen

Prambachkirchen is a town in the district of Eferding in the Austrian state of Upper Austria.

Prambachkirchen
Coat of arms
Prambachkirchen
Location within Austria
Coordinates: 48°19′0″N 13°54′0″E
CountryAustria
StateUpper Austria
DistrictEferding
Government
  MayorFranz Tauber (ÖVP)
Area
  Total28.73 km2 (11.09 sq mi)
Elevation
374 m (1,227 ft)
Population
 (2018-01-01)[2]
  Total2,919
  Density100/km2 (260/sq mi)
Time zoneUTC+1 (CET)
  Summer (DST)UTC+2 (CEST)
Postal code
4731
Area code07277
Vehicle registrationEF
Websitewww.prambachkirchen.at

Population

Historical population
YearPop.±%
18692,213    
18802,137−3.4%
18902,112−1.2%
19002,058−2.6%
19102,100+2.0%
19232,118+0.9%
19342,308+9.0%
19392,147−7.0%
19512,362+10.0%
19612,307−2.3%
19712,498+8.3%
19812,502+0.2%
19912,625+4.9%
20012,799+6.6%
20112,832+1.2%
gollark: Unlike LyricLy's bad thing, which timed out.
gollark: See, it was too fast, it overflowed.
gollark: tio!debug
gollark: This is ultrahyperfast***.
gollark: ```ruststruct Fib1 { cache: Vec<u128>}impl Iterator for Fib1 { type Item = u128; fn next(&mut self) -> Option<Self::Item> { let n = self.cache.len(); let next = self.cache[n - 1] + self.cache[n - 2]; self.cache.push(next); Some(next) }}fn fib1() -> Fib1 { Fib1 { cache: vec![0, 1] } }fn main() { for n in fib1() { print!("{} ", n); }}```

References



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