cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

Previous Showing 11-11 of 11 results.

A116981 Number of distinct representations of 8n^3 as the sum of two primes.

Original entry on oeis.org

1, 5, 13, 11, 28, 53, 50, 53, 135, 106, 116, 253, 165, 229, 568, 244, 313, 656, 381, 575, 1123, 600, 612, 1297, 956, 871, 1735, 1130, 1102, 3025, 1288, 1314, 3169, 1620, 2671, 3582, 1954, 2149, 4729, 3064, 2513, 6244, 2822, 3276, 8242, 3450, 3590, 7305, 4598, 5402, 9028, 4825, 4809, 9886, 7552, 6446
Offset: 1

Views

Author

Jonathan Vos Post, Apr 01 2006

Keywords

Examples

			a(1) = 1 because (2*1)^3 = 8 = 3 + 5 uniquely.
a(2) = 5 because (2*2)^3 = 64 = 3 + 61 = 5 + 59 = 11 + 53 = 17 + 47 = 23 + 41.
a(3) = 13 because (2*3)^3 = 216 = 5 + 211 = 17 + 199 = 19 + 197 = 23 + 193 = 37 + 179 = 43 + 173 = 53 + 163 = 59 + 157 = 67 + 149 = 79 + 137 = 89 + 127 = 103 + 113 = 107 + 109.
		

References

  • H. Halberstam and H. E. Richert, "Sieve methods", Academic Press, London, New York, San Francisco, 1974.

Crossrefs

Programs

Formula

a(n) = #{p(i) + p(j) = (2n)^3 for p(k) = A000040(k) and i >= j}. a(n) = #{p(i) + p(j) = A016743(n) for p(k) = A000040(k) and i >= j}.

Extensions

Corrected and extended by Emeric Deutsch, Apr 17 2006
More terms from Robert Israel, Jan 24 2018
Previous Showing 11-11 of 11 results.