Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).
%I #13 Sep 23 2023 03:16:10
%S 2,3,5,7,17,19,41,43,461,463,26833,26839,26849,26879,26881,26891,
%T 26893,26903,26921,26927,616769,616783,616793,616799,616829,617039,
%U 617257,617471,617473,617479,617509,617587,617681,617723,618437,618439,618521
%N Fixed points for prime number permutation A108546.
%C Primes p such that A108546(A049084(p)) = p.
%o (PARI) default(primelimit,10^8); s = 0; print1(2, ", "); forprime (p = 3, 10^8, if (p%4 == 3, s++; if (s == 1, print1(p, ", ")), s--; if (s == 0, print1(p, ", ")))); \\ _David Wasserman_, May 19 2008
%Y Cf. A108549, A108546.
%Y Cf. A007351, A051025, A096447.
%K nonn
%O 1,1
%A _Reinhard Zumkeller_, Jun 10 2005
%E Corrected by _T. D. Noe_, Oct 25 2006
%E More terms from _David Wasserman_, May 19 2008