|
Search: id:A160594
|
|
|
| A160594 |
|
Indices of primes congruent to 1 modulo 12. |
|
+0 7
|
|
| 6, 12, 18, 21, 25, 29, 37, 42, 44, 50, 53, 59, 65, 68, 70, 74, 78, 80, 82, 84, 88, 100, 106, 110, 112, 121, 122, 127, 130, 134, 136, 145, 147, 151, 159, 168, 169, 172, 174, 180, 183, 187, 189, 191, 197, 198, 203, 204, 211, 216, 221, 226, 231, 237, 244, 251, 254
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
FORMULA
|
a(n) = A000720(A068228(n))
|
|
EXAMPLE
|
a(1)=6 since the 6th prime, A000040(6)=13, is the first one to be equal to 1 (mod 12).
a(2)=12 since the 12th prime, A000040(12)=37, is the second one to be equal to 1 (mod 12).
|
|
PROGRAM
|
(PARI) for( n=1, 999, prime(n)%12==1 & print1(n", "))
|
|
CROSSREFS
|
A116614 lists the even terms of this sequence, divided by 2.
Sequence in context: A138939 A105935 A046411 this_sequence A146538 A154373 A141515
Adjacent sequences: A160591 A160592 A160593 this_sequence A160595 A160596 A160597
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
M. F. Hasler (MHasler(AT)univ-ag.fr), May 22 2009
|
|
|
Search completed in 0.002 seconds
|