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!)
A141914 Primes congruent to 10 mod 23. 3
79, 263, 401, 631, 677, 769, 907, 953, 1091, 1229, 1321, 1367, 1459, 1597, 1873, 2011, 2287, 2333, 2609, 3023, 3253, 3299, 3391, 3529, 3851, 3943, 3989, 4127, 4219, 4357, 4679, 4817, 4909, 5231, 5323, 5507, 5737, 5783, 6151, 6197, 6427, 6473, 6703, 6841 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) ~ 22n log n. - Charles R Greathouse IV, Jul 02 2016
MATHEMATICA
Select[Range[10, 10000, 23], PrimeQ] (* Vladimir Joseph Stephan Orlovsky, Apr 05 2011 *)
PROG
(Magma) [p: p in PrimesUpTo(8000) | p mod 23 eq 10 ]; // Vincenzo Librandi, Aug 16 2012
(PARI) is(n)=isprime(n) && n%23==10 \\ Charles R Greathouse IV, Jul 02 2016
CROSSREFS
Cf. A154613. - Vincenzo Librandi, Jan 17 2009
Sequence in context: A142285 A265599 A076815 * A201036 A142932 A219505
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, Jul 11 2008
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 March 28 09:04 EDT 2024. Contains 371240 sequences. (Running on oeis4.)