List of AIK Fotboll players
This is a list of AIK players with at least 100 league appearances.
- This list is about AIK players with at least 100 league appearances. For a list of all AIK players with a Wikipedia article, see Category:AIK Fotboll players. For the current AIK first-team squad, see First-team squad.
Players
Matches of current players as of 7 March 2015.
![](../I/m/Sports_and_games.png)
![](../I/m/Nils-Eric_Johansson_(vs._Elfsborg_in_2013%2C_cropped).jpg)
Nils-Eric Johansson has made 212 league appearances for AIK.
![](../I/m/Para_Kaufeldt.jpg)
Per Kaufeldt has made 201 league appearances for AIK.
![](../I/m/Per_Karlsson_(after_%C3%85tvidabergs_FF_in_2013%2C_cropped).jpg)
Per Karlsson has made 173 league appearances for AIK.
![](../I/m/Kenny_Pavey_(vs._Elfsborg%2C_2014%2C_cropped).jpg)
Kenny Pavey has made 145 league appearances for AIK.
![](../I/m/Martin_Mutumba_(AIK-Mj%C3%A4llby_2013%2C_cropped).jpg)
Martin Kayongo-Mutumba has made 131 league appearances for AIK.
Name | Nationality | Position | AIK career | League apps | League goals | Total apps | Total goals |
---|---|---|---|---|---|---|---|
Gustav Sjöberg | ![]() | 1932–1950 | 321 | 0 | |||
Daniel Tjernström | ![]() | MF | 1999–2013 | 305 | 16 | ||
Göran Göransson | ![]() | 1974–1990 | 269 | 13 | |||
Sven Dahlqvist | ![]() | 1975–1987 | 256 | 38 | |||
Börje Leander | ![]() | 1938–1953 | 249 | 39 | |||
Gary Sundgren | ![]() | DF | 1988–1997 2002–2003 | 246 | 14 | ||
Sven Andersson | ![]() | 1928–1940 | 235 | 28 | |||
Krister Nordin | ![]() | MF | 1992–1999 2002–2004 | 233 | 42 | ||
Björn Kindlund | ![]() | DF | 1981–1993 | 227 | 27 | ||
Erik Persson | ![]() | MF | 1929–1942 | 222 | 102 | ||
Nils-Eric Johansson | ![]() | DF | 2007– | 212 | 11 | ||
Thomas Lagerlöf | ![]() | 1990–2001 | 208 | 15 | |||
Per Kaufeldt | ![]() | 1920–1934 | 201 | 146 | |||
Erik Almgren | ![]() | MF | 1934–1944 | 197 | 4 | ||
Per Karlsson | ![]() | DF | 2003–2005 2008– | 173 | 0 | ||
Mats Rubarth | ![]() | MF | 2001–2008 | 154 | 21 | ||
Björn Anlert | ![]() | 1954–1966 | 149 | 6 | |||
Kenny Pavey | ![]() | MF | 2006–2011 2014– | 145 | 16 | ||
Bengt Anlert | ![]() | 1953–1961 | 143 | 7 | |||
Pascal Simpson | ![]() | MF | 1991–1998 | 141 | 43 | ||
Johan Mjällby | ![]() | DF | 1989–1998 2006 | 136 | 8 | ||
Martin Kayongo-Mutumba | ![]() | MF | 2002–2003 2009–2010 2011–2013 | 131 | 10 | ||
Kurt Andersson | ![]() | MF | 1957–1961 1968–1971 | 128 | 45 | ||
Magnus Hedman | ![]() | GK | 1990–1997 | 127 | 0 | ||
Jyrki Nieminen | ![]() | FW | 1979–1984 | 120 | 22 | ||
Nebojša Novaković | ![]() | FW | 1997–2001 | 104 | 27 | ||
Stefan Ishizaki | ![]() | FW | 1999–2003 2004 | 103 | 17 | ||
Vadym Yevtushenko | ![]() | MF | 1989–1993 | 102 | 19 | ||
Garrett Lindemood | ![]() | FW | 1999–2003 2004 | 145 | 17 | ||
Ola Andersson | ![]() | MF | 1995–2000 | 102 | 2 |
gollark: The performance is great too. It's not O(n²), it's an even more biggerer and thus superior order.
gollark: Of course.
gollark: I'm not entirely sure how, but it seems to construct a tree/maybe deterministic finite automaton/finite state machine/I don't know theoretical CS which matches anagrams and unmatches unanagrams.
gollark: ```pythonimport collectionsdef do_thing(s): if len(s) == 1: return { s[0]: True } out = {} for i, c in enumerate(s): without = s[:i] + s[i + 1:] things = do_thing(without) out[c] = things return outdef match(r, s): print(r) c = r for i, x in enumerate(s): print(x) try: c = c[x] if c == True: if i + 1 == len(s): return True # full match else: return False # characters remain except KeyError: return False # no match return False # incomplete matchentry = lambda a, b: match(do_thing(a.lower().replace(" ", "")), b.lower().replace(" ", ""))```Here is my entry (pending a port to osmarkslisp™️). This is definitely my entry.
gollark: I wish to use Mathematica in my code. Please install it. DO NOT READ, ubq.
References
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.