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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A091101 Number of first-quadrant Gaussian primes whose norm is less than 10^n. 2
5, 27, 173, 1245, 9635, 78525, 664811, 5762247, 50850399 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

LINKS

Eric Weisstein's World of Mathematics, Gaussian Prime

Index entries for Gaussian integers and primes

FORMULA

a(2n) = 2*A091098(2n) + 2*A091099(n) + 1

MATHEMATICA

Table[lim2=10^n; lim1=Floor[Sqrt[lim2]]; cnt=0; Do[If[x^2+y^2<lim2&&PrimeQ[x+I y, GaussianIntegers->True], cnt++ ], {x, 0, lim1}, {y, 0, lim1}]; cnt, {n, 6}]

CROSSREFS

Cf. A091098 (number of primes of the form 4k+1 less than 10^n), A091099 (number of primes of the form 4k+3 less than 10^n), A091100, A091102.

Sequence in context: A202248 A109963 A201870 * A185622 A205774 A023811

Adjacent sequences:  A091098 A091099 A091100 * A091102 A091103 A091104

KEYWORD

nonn

AUTHOR

T. D. Noe (noe(AT)sspectra.com), Dec 19 2003

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

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

Last modified February 17 16:49 EST 2012. Contains 206058 sequences.