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!)
A090235 Primes arising in A090234. 1

%I #6 Aug 14 2017 23:31:39

%S 2,3,5,11,29,73,167,353,709,1399,2819,5987,13469,31379,73453,169151,

%T 379787,831031,1779097,3746051,7796147,16099711,33087851,67838549,

%U 139068731,285699959,589374871,1222450387,2549640251,5340811127

%N Primes arising in A090234.

%e For n = 3 we have (2,1,1,3).(1,3,3,1) = 2*1 + 1*3 + 1*3 + 3*1 = 11, a prime.

%e a(3) = 11.

%p a:=[]: for n from 0 to 100 do m:=add(a[i+1]*binomial(n,i),i=0..n-1): a:=[op(a),nextprime(m)-m] od: seq(add(binomial(i,j)*a[j+1],j=0..i),i=0..35); # C. Ronaldo

%Y Cf. A090234.

%K nonn

%O 1,1

%A _Amarnath Murthy_, Nov 26 2003

%E More terms from C. Ronaldo (aga_new_ac(AT)hotmail.com), Dec 26 2004

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 13 02:19 EDT 2024. Contains 375113 sequences. (Running on oeis4.)