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!)
A348196 Number of primes of the form 4k+1 < n^2. 3
0, 0, 1, 2, 3, 4, 6, 8, 9, 11, 14, 15, 17, 20, 21, 24, 28, 31, 34, 37, 41, 44, 46, 49, 54, 58, 61, 66, 70, 74, 78, 83, 87, 93, 98, 103, 107, 112, 116, 119, 126, 133, 136, 143, 148, 154, 159, 167, 175, 180, 184, 192, 201, 207, 212, 219, 226, 232, 240, 247, 255, 262, 268, 276, 283, 292, 300, 307, 314, 322, 331, 336, 346, 354 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
LINKS
FORMULA
a(n) = A066339(n^2).
PROG
(PARI) a(n) = sum(k=2, n^2-1, isprime(k)&&k%4==1);
CROSSREFS
Sequence in context: A135676 A102701 A255770 * A111208 A085500 A265414
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 23 14:49 EDT 2024. Contains 371914 sequences. (Running on oeis4.)