login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A265395 Record values in A265388. 4

%I #16 Dec 13 2015 07:53:56

%S 0,6,15,33,91,435,703,1891,2701,12403,18721,38503,49141,79003,88831,

%T 104653,146611,188191,218791,226801,269011,286903,385003,497503,

%U 597871,665281,721801,736291,765703,873181,954271,1056331,1314631,1373653,1537381,1755001,1869211,1987021,2035153,2284453,2741311,3059101,3270403,3363121,3913003

%N Record values in A265388.

%C Question: Are all terms apart from 0 and 435 (= 3*5*29) semiprimes? See also comments in A265394 & A265396.

%H Antti Karttunen, <a href="/A265395/b265395.txt">Table of n, a(n) for n = 1..192</a>

%F a(n) = A265388(A265394(n)).

%o (PARI) lista(nn) = {r = 0; for (n=1, nn, nr = gcd(vector(n-1, k, binomial(2*n, 2*k))); if (nr > r, print1(nr, ", "); r = nr););} \\ _Michel Marcus_, Dec 08 2015. Note: this gives correct value for a(1) only from PARI version 2.8 onward, see A265388 for why. - _Antti Karttunen_, Dec 11 2015

%Y Cf. A265388, A265394, A265396.

%K nonn

%O 1,2

%A _Antti Karttunen_, Dec 08 2015

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified August 1 23:38 EDT 2024. Contains 374819 sequences. (Running on oeis4.)