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!)
A334292 Number of sets of primes less than the n-th prime whose sum is the n-th prime. 1

%I #23 May 05 2020 11:48:08

%S 0,0,1,1,0,1,1,2,4,6,8,10,13,14,18,25,34,38,49,60,66,86,101,129,177,

%T 203,223,256,277,319,521,594,723,775,1063,1135,1363,1633,1835,2191,

%U 2600,2760,3644,3862,4293,4548,6261,8557,9452,9963,11000,12773,13437,17121,19774,22799

%N Number of sets of primes less than the n-th prime whose sum is the n-th prime.

%H David A. Corneth, <a href="/A334292/b334292.txt">Table of n, a(n) for n = 1..10001</a>

%F Same generating function as A111133, but on the domain of prime numbers.

%F a(n) = A070215(n) - 1. - _Jinyuan Wang_, May 04 2020

%e a(5) = 0 because 11 is the 5th prime and there are 0 sets of primes < 11 whose sum = 11.

%e a(9) = 4 because 23 is the 9th prime and there are 4 sets of primes < 23 whose sums = 23: 13+7+3, 13+5+3+2, 11+7+5, 11+7+3+2.

%o (PARI) lista(nn) = {my(v, w=primes(nn)); v=Vec(prod(i=1, nn, 1+'x^w[i]) + O('x^(w[nn]+1))); for(i=1, nn, print1(v[w[i]+1]-1, ", ")); } \\ _Jinyuan Wang_, May 04 2020

%Y Cf. A000586, A070215, A111133.

%K nonn

%O 1,8

%A _Gil Broussard_, Apr 21 2020

%E More terms from _David A. Corneth_, Apr 22 2020

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 April 23 13:11 EDT 2024. Contains 371913 sequences. (Running on oeis4.)