%I A092863
%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,60,
%T A092863 65,66,67,68,69,70,72,73,74,77,78,80,81,82,84,85,89,91,92,93,94,95,99,
%U A092863 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.
%Y A092863 Sequence in context: A137461 A137379 A096676 this_sequence A138694 A115288
A153003
%Y A092863 Adjacent sequences: A092860 A092861 A092862 this_sequence A092864 A092865
A092866
%K A092863 easy,nonn
%O A092863 1,1
%A A092863 Ferenc Adorjan (fadorjan(AT)freemail.hu)
|