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 A239462 #11 Mar 24 2014 09:48:07 %S A239462 11,41,91,161,251,361,491,641,811,10001,12101,14401,16901,19601,22501, %T A239462 25601,28901,32401,36101,40001,44101,48401,52901,57601,62501,67601, %U A239462 72901,78401,84101,90001,96101,102401,108901,115601,122501,129601,136901,144401,152101 %N A239462 A239459(n) / n. %H A239462 Vincenzo Librandi, <a href="/A239462/b239462.txt">Table of n, a(n) for n = 1..1000</a> %e A239462 a(13) = 16901 because A239459(13)/13 = 219713/13 = 16901. %t A239462 Table[ToExpression[ToString[n^3]<>ToString[n]]/n,{n,1,30}] (* _Vaclav Kotesovec_, Mar 24 2014 *) %o A239462 (PARI) vector(100, n, eval(Str(n^3, n))/n) %Y A239462 Cf. A239463, A239464. %Y A239462 Cf. A061087, A239459, A239460, A239461. %K A239462 nonn,base,easy %O A239462 1,1 %A A239462 _Colin Barker_, Mar 19 2014