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 A092863 #2 Feb 20 2005 03:00:00 %S A092863 4,7,10,16,18,20,22,23,27,28,29,31,32,33,34,35,37,38,40,42,46,51,57, %T A092863 60,65,66,67,68,69,70,72,73,74,77,78,80,81,82,84,85,89,91,92,93,94,95, %U A092863 99,101,103,107,108,110,111,112,115,117,122,123,124,125,127,128,129,130 %N A092863 Prime sequence to the power Pi. %H A092863 F. Adorjan, <a href="http://web.axelero.hu/fadorjan/aronsf.pdf">Binary mapping of monotonic sequences and the Aronson function</a> %o A092863 (PARI) {prow(a,r)= /*Returns the "r-th power" of monotonic sequence a */ return(mtinv(mt(a)^r)) /* the functions mt(a) and mtinv(r) are defined in A051006 and A092855, respectively */ } %Y A092863 Cf. A092855, A051006, A092857, A092858, A092859, A092860, A092861, A092862, A092874. %K A092863 easy,nonn %O A092863 1,1 %A A092863 Ferenc Adorjan (fadorjan(AT)freemail.hu)