|
|
A108547
|
|
Fixed points for prime number permutation A108546.
|
|
1
|
|
|
2, 3, 5, 7, 17, 19, 41, 43, 461, 463, 26833, 26839, 26849, 26879, 26881, 26891, 26893, 26903, 26921, 26927, 616769, 616783, 616793, 616799, 616829, 617039, 617257, 617471, 617473, 617479, 617509, 617587, 617681, 617723, 618437, 618439, 618521
(list;
graph;
refs;
listen;
history;
text;
internal format)
|
|
|
OFFSET
|
1,1
|
|
COMMENTS
|
Primes p such that A108546(A049084(p)) = p.
|
|
LINKS
|
Table of n, a(n) for n=1..37.
|
|
PROG
|
(PARI) default(primelimit, 10^8); s = 0; print(2); forprime (p = 3, 10^8, if (p%4 == 3, s++; if (s == 1, print(p)), s--; if (s == 0, print(p)))); - David Wasserman, May 19 2008
|
|
CROSSREFS
|
Cf. A108549, A108546.
Cf. A007351, A051025, A096447.
Sequence in context: A119833 A127049 A142885 * A319823 A286499 A116947
Adjacent sequences: A108544 A108545 A108546 * A108548 A108549 A108550
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Reinhard Zumkeller, Jun 10 2005
|
|
EXTENSIONS
|
Corrected by T. D. Noe, Oct 25 2006
More terms from David Wasserman, May 19 2008
|
|
STATUS
|
approved
|
|
|
|