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 A092861 #2 Feb 20 2005 03:00:00 %S A092861 4,7,9,12,14,15,18,19,21,25,26,33,35,36,37,40,41,42,44,47,48,50,54,55, %T A092861 58,59,60,64,65,66,69,72,77,78,79,80,84,86,87,88,89,90,91,97,99,100, %U A092861 105,106,107,108,110,111,112,114,115,116,117,118,120,122,123,125,127,128 %N A092861 "Product" of the sequence of primes and the "evil" numbers (A001969). %C A092861 If two monotonic sequences are mapped into the real section of (0,1), as it is defined in A051006 and the product of the two reals mapped back into the set of monotonic sequences as defined in A092855, then we have the "product" of the two sequences. %H A092861 Ferenc Adorjan, <a href="http://web.axelero.hu/fadorjan/aronsf.pdf">Binary mapping of monotonic sequences and the Aronson function</a> %o A092861 (PARI) {prod(a,b)= /*Returns the "product" of monotonic sequences a and b */ return(mtinv(mt(a)*mt(b))) /* the functions mt(a) and mtinv(r) are defined in A051006 and A092855, respectively */ } %Y A092861 Cf. A092855, A051006, A092857, A092858, A092859, A092860, A092862, A092863, A092874. %K A092861 easy,nonn %O A092861 1,1 %A A092861 Ferenc Adorjan (fadorjan(AT)freemail.hu)