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 A286382 #7 Feb 16 2025 08:33:45 %S A286382 2,5,16,12,67,9,16,23,436,80,1771,18,67,80,1771,668,16111,48,277,302, %T A286382 7141,2630,64621,156,1129,1178,28681,10442,258841,14,16,23,436,80, %U A286382 1771,31,436,467,21946,1832,87991,94,1771,1832,87991,16292,793171,328,7141,7262,352381,64982,3173941,1228,28681,28922,1410361,259562,12698281,25,67,80,1771,668,16111 %N A286382 Compound filter: a(n) = P(A257993(n), A278226(n)), where P(n,k) is sequence A000027 used as a pairing function. %H A286382 Antti Karttunen, <a href="/A286382/b286382.txt">Table of n, a(n) for n = 1..11550</a> %H A286382 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/PairingFunction.html">Pairing Function</a> %H A286382 <a href="/index/Pri#primorialbase">Index entries for sequences related to primorial base</a> %F A286382 a(n) = (1/2)*(2 + ((A257993(n)+A278226(n))^2) - A257993(n) - 3*A278226(n)). %o A286382 (Scheme) (define (A286382 n) (* (/ 1 2) (+ (expt (+ (A257993 n) (A278226 n)) 2) (- (A257993 n)) (- (* 3 (A278226 n))) 2))) %Y A286382 Cf. A000027, A257993, A278226, A286142. %Y A286382 Differs from A286381 for the first time at n=24, where a(24) = 156 while A286381(24) = 14. %K A286382 nonn %O A286382 1,1 %A A286382 _Antti Karttunen_, May 08 2017