cp's OEIS Frontend

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.

A257246 Even bisection of A257244: a(n) = A257244(2n).

This page as a plain text file.
%I A257246 #11 Apr 19 2015 22:25:04
%S A257246 2,3,3,3,3,5,3,3,3,5,7,7,3,3,7,3,5,3,5,5,11,3,13,3,13,5,11,3,7,3,13,3,
%T A257246 13,3,5,5,11,23,3,7,3,7,3,7,3,31,3,7,13,3,7,5,7,3,31,31,3,13,41,5,3,7,
%U A257246 19,3,7,41,41,3,19,7,29,5,3,13,11,5,3,19,3,5,5
%N A257246 Even bisection of A257244: a(n) = A257244(2n).
%H A257246 Antti Karttunen, <a href="/A257246/b257246.txt">Table of n, a(n) for n = 1..2047</a>
%H A257246 <a href="https://oeis.org/plot2a?name1=A257246&amp;name2=A257245&amp;tform1=untransformed&amp;tform2=untransformed&amp;shift=0&amp;radiop1=ratio&amp;drawpoints=true">Ratio a(n)/A257245(n) plotted with OEIS Plot2-script</a>
%F A257246 a(n) = A257244(2n).
%F A257246 a(n) = A020639(A256393(2n)). [Equally, the smallest prime factor of A256393(2n).]
%F A257246 Other identities and observations:
%F A257246 For all n >= 1, a(n) <= A257245(n).
%o A257246 (Scheme, alternative definitions)
%o A257246 (define (A257246 n) (A257244 (+ n n)))
%o A257246 (define (A257246 n) (A020639 (A256393 (+ n n))))
%Y A257246 Cf. A020639, A256393, A257244.
%Y A257246 Cf. also A257245 (the other bisection), A257247 (gives the positions where both bisections have the same value).
%K A257246 nonn
%O A257246 1,1
%A A257246 _Antti Karttunen_, Apr 19 2015