login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A348195 Number of primes of the form 4k+3 < n^2. 3
0, 1, 2, 3, 5, 6, 8, 9, 12, 13, 15, 18, 21, 23, 26, 29, 32, 34, 37, 40, 43, 47, 52, 55, 59, 63, 67, 70, 75, 79, 83, 88, 93, 97, 101, 106, 111, 115, 123, 131, 136, 140, 146, 151, 157, 164, 169, 174, 181, 186, 193, 200, 207, 213, 221, 225, 230, 241, 246, 255, 263, 269, 280, 287, 294, 301, 308, 316, 326, 331, 343, 353, 358 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
FORMULA
a(n) = A066490(n^2).
PROG
(PARI) a(n) = sum(k=2, n^2-1, isprime(k)&&k%4==3);
CROSSREFS
Sequence in context: A127936 A280771 A368363 * A280744 A331072 A096276
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Oct 06 2021
STATUS
approved

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

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 13:32 EDT 2024. Contains 371971 sequences. (Running on oeis4.)