This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
%I A234802 #14 Jan 28 2015 12:36:55 %S A234802 14,21,25,30,32,37,40,43,48,49,52,56,59,60,65,67,69,72,75,77,79,82,84, %T A234802 87,88,92,94,95,98,101,103,105,107,114,116,118,121,122,124,127,129, %U A234802 131,133,134,138,139,141,143,146,147,153,156,157,158,161,163,165,167,173,174,176,178,179,182 %N A234802 Positions of 1's in A234323. %C A234802 A234802 is not A002410. %t A234802 f[n_] := Floor[ Im[ N[ ZetaZero[ n]] ]]; Union@ Array[f, 70] %Y A234802 Cf. A013629, A120401, A234323, A234800, A234803, A234804, A234805, A234806, A234807. %K A234802 nonn,easy %O A234802 1,1 %A A234802 _Simon Plouffe_ and _Robert G. Wilson v_, Dec 30 2013