login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Numbers that are one more than prime in A276573, the infinite trunk of least squares beanstalk.
4

%I #6 Nov 27 2016 22:06:11

%S 3,6,8,18,24,30,32,38,48,72,80,90,102,108,128,152,158,168,192,198,200,

%T 224,240,264,270,272,294,312,318,338,360,368,384,390,422,434,440,444,

%U 450,462,464,480,488,504,510,522,542,594,600,608,620,632,648,654,678,710,720,728,752,774,798,810,824,840,858,864,882,888,912,920

%N Numbers that are one more than prime in A276573, the infinite trunk of least squares beanstalk.

%H Antti Karttunen, <a href="/A278486/b278486.txt">Table of n, a(n) for n = 1..5050</a>

%F a(n) = A276573(A278485(n)).

%o (Scheme) (define (A278486 n) (A276573 (A278485 n)))

%Y One more than A278487.

%Y Intersection of A008864 and A276573.

%Y Cf. A278485.

%K nonn

%O 1,1

%A _Antti Karttunen_, Nov 25 2016