|
| |
|
|
A111174
|
|
Numbers n such that 24*n + 1 is prime.
|
|
5
| |
|
|
3, 4, 8, 10, 13, 14, 17, 18, 19, 24, 25, 28, 32, 39, 42, 43, 47, 48, 50, 52, 54, 55, 62, 67, 69, 73, 74, 75, 78, 83, 84, 87, 88, 89, 90, 95, 99, 103, 105, 108, 109, 112, 113, 118, 119, 123, 125, 127, 130, 132, 134, 138, 140, 143, 144, 147, 153, 154, 157, 158, 162
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,1
|
|
|
COMMENTS
| Half of the even terms in A110801. - R. J. Mathar, Jan 31 2011
|
|
|
EXAMPLE
| If n=99 then 24*n + 1 = 2377 (prime).
|
|
|
PROG
| (MAGMA) [ n: n in [0..1500] | IsPrime(24*n + 1) ] [From Vincenzo Librandi, Jan 31 2011]
|
|
|
CROSSREFS
| Sequence in context: A083317 A024514 A114913 * A075751 A065153 A030497
Adjacent sequences: A111171 A111172 A111173 * A111175 A111176 A111177
|
|
|
KEYWORD
| nonn
|
|
|
AUTHOR
| Parthasarathy Nambi (PachaNambi(AT)yahoo.com), Oct 21 2005
|
|
|
EXTENSIONS
| More terms from Christian G. Bower (bowerc(AT)usa.net), Jan 06 2006
|
| |
|
|