I heuristically discovered the following identity for the trigamma function, that I could not find in any tables or papers or infer from existing formulae (e.g. [1], [2], [3], [4], [5], [6]): $$4\,\psi_1\!\left(\frac15\right)+\psi_1\!\left(\frac25\right)-\psi_1\!\left(\frac1{10}\right)=\frac{4\pi^2}{\phi\,\sqrt5}.\tag1$$ It also seems to be unknown to Mathematica, but numerically checks with at least $20000$ decimal digits. It might be provable through some application of reflection and multiplication theorems, but I couldn't do this.
Please suggest how to prove it.
Update: Another identity is $$3\,\psi_1\!\left(\frac1{12}\right)-30\,\psi_1\!\left(\frac13\right)=120\,G+\left(6\sqrt3-8\right)\pi^2.\tag2$$
FindIntegerNullVector. For a list of approximate real numbers it tries to find their linear combination with integers coefficients that is zero (with a certain precision). But it starts giving false positives if the list of numbers is long, so you need to carefully select plausible candidates that might partitipate in a conjectured linear identity. For multiplicative identities (like those I posted for hypergeometric function) you just work with logs instead. – Vladimir Reshetnikov Aug 15 '14 at 15:46