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!)
A280084 1 together with the Pythagorean primes. 1
1, 5, 13, 17, 29, 37, 41, 53, 61, 73, 89, 97, 101, 109, 113, 137, 149, 157, 173, 181, 193, 197, 229, 233, 241, 257, 269, 277, 281, 293, 313, 317, 337, 349, 353, 373, 389, 397, 401, 409, 421, 433, 449, 457, 461, 509, 521, 541, 557, 569, 577, 593, 601, 613, 617 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Positive noncomposite numbers of the form 4k + 1.
Positive noncomposite numbers in A020668.
Essentially the same as A002313 and A002144. - R. J. Mathar, Jan 04 2017
LINKS
FORMULA
A002144 UNION {1}. - R. J. Mathar, Jan 04 2017
PROG
(Magma) [1] cat [a: n in [0..200] | IsPrime(a) where a is 4*n + 1 ];
(PARI) is(n)=if(isprime(n), n%4==1, n==1) \\ Charles R Greathouse IV, Oct 10 2018
CROSSREFS
Sequence in context: A175768 A351535 A002144 * A319287 A192592 A357218
KEYWORD
nonn,easy,less
AUTHOR
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 24 03:08 EDT 2024. Contains 371918 sequences. (Running on oeis4.)