Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A020495
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A020495 Neither square nor square + prime. +0
3
10, 34, 58, 85, 91, 130, 214, 226, 370, 526, 706, 730, 771, 1255, 1351, 1414, 1906, 2986, 3676, 9634, 21679 (list; graph; listen)
OFFSET

1,1

COMMENT

Hardy & Littlewood's Conjecture H is that this sequence is finite and that the number of representations of n as the sum of a prime and a square is asymptotically sqrt(n)/log n * prod_{p > 2} 1 - (n / p) / (p - 1), where (n / p) is the Legendre symbol.

Hongze Li showed that there are at most O(n^0.982) members of this sequence below n, improving on earlier results of Wang.

REFERENCES

H. Davenport, H. Heilbronn. "Note on a result in the additive theory of numbers". Proceedings of the London Mathematical Society 43 (1937), pp. 142-151.

G. H. Hardy, J. E. Littlewood. "Some of the problems of partitio numerorum III: On the expression of a large number as a sum of primes". Acta Mathematica 44 (1923), pp. 1-70.

Hongze Li, "The exceptional set for the sum of a prime and a square". Acta Mathematica Hungarica 99 (2003), pp. 123-141.

R. J. Miech. "On the equation n = p + x^2". Transactions of the American Mathematical Society 130 (1968), pp. 494-512.

Wang Tianze, "On the exceptional set for the equation n = p + k^2". Acta Mathematica Sinica 11 (1995), pp. 156-167.

LINKS

Hongze Li, "The exceptional set for the sum of a prime and a square". Acta Mathematica Hungarica 99 (2003), pp. 123-141.

Eric Weisstein's World of Mathematics, Square Number

PROGRAM

(PARI) isA020495(n)=if(issquare(n), return(0)); for(k=0, sqrtint(n), if(isprime(n-k^2), return(0))); 1

CROSSREFS

Sequence in context: A045087 A119086 A002601 this_sequence A008527 A007584 A009924

Adjacent sequences: A020492 A020493 A020494 this_sequence A020496 A020497 A020498

KEYWORD

nonn

AUTHOR

David W. Wilson (davidwwilson(AT)comcast.net)

EXTENSIONS

Almost certainly finite; no other terms below 25000000. Search extended to 3000000000 by James Van Buskirk without finding any more terms. - John Robertson (Jpr2718(AT)aol.com)

Comments, references, links and program from Charles R Greathouse IV Aug 10 2009

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified December 9 18:50 EST 2009. Contains 170568 sequences.


AT&T Labs Research