login
This site is supported by donations to The OEIS Foundation.

 

Logo


Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A055683 Number of Gaussian primes (in the first half quadrant; i.e. 0 to 45 degrees) with real part <=10^n. 3
15, 756, 48979, 3612920, 286272005 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,1

REFERENCES

Mark A. Herkommer, "Number Theory, A Programmer's Guide," McGraw-Hill, New York, 1999, page 269.

LINKS

Table of n, a(n) for n=1..5.

Index entries for Gaussian integers and primes

Index entries for sequences related to numbers of primes in various ranges

MATHEMATICA

c=0; Do[ If[ PrimeQ[ j + k*I, GaussianIntegers -> True], c++ ], {j, 0, 10^n-1}, {k, 0, j} ]; c

CROSSREFS

Sequence in context: A117812 A034941 A199227 * A196465 A177598 A116094

Adjacent sequences:  A055680 A055681 A055682 * A055684 A055685 A055686

KEYWORD

nonn

AUTHOR

Robert G. Wilson v, Jun 09 2000

STATUS

approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Superseeker | Recent | More pages
The OEIS Community | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified September 10 19:13 EDT 2015. Contains 261502 sequences.