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”).

A238697
Quotients connected with the Banach matchboxes problem: Sum_{i=1..prime(n)-7} 2^(i-1)*binomial(i+2,3)/prime(n) (case 3).
9
0, 19, 197, 10481, 64027, 1980327, 259179061, 1257208799, 131286703021, 2756321451033, 12473384091267, 250290955437775, 21588599628845597, 1792050990708087027, 7763319803561678613, 620323392829436218475, 11365013042482773469559, 48487140450183407727097
OFFSET
4,2
COMMENTS
See comment in A238693.
LINKS
MATHEMATICA
Array[Sum[2^(i - 1)*Binomial[i + 2, 3]/#, {i, # - 7}] &@ Prime@ # &, 18, 4] (* Michael De Vlieger, Dec 06 2018 *)
PROG
(PARI) a(n) = sum(i=1, prime(n)-7, 2^(i-1)*binomial(i+2, 3))/prime(n); \\ Michel Marcus, Dec 06 2018
CROSSREFS
Cf. A238693.
Sequence in context: A141995 A210339 A097445 * A256639 A058370 A230012
KEYWORD
nonn
AUTHOR
Vladimir Shevelev, Mar 03 2014
EXTENSIONS
More terms from Peter J. C. Moses, Mar 03 2014
STATUS
approved