A132287 Primes in A132286.
3, 5, 7, 101, 131, 151, 181, 283, 293, 313, 353, 647, 677, 727, 829, 839, 859, 9091, 9391, 9491, 9791, 10301, 10501, 10601, 11311, 11411, 11821, 12421, 12721, 13331, 13841, 14341, 14551, 14851, 14951, 15451, 15461, 15661, 15761, 16061, 16361, 16871, 17581
Offset: 1
Programs
-
PARI
lista(nn) = {for(n=1, nn, if (isA132285(n) && isprime(p=n/11), print1(p, ", ");););} \\ Michel Marcus, Nov 05 2013
Extensions
More terms from Michel Marcus, Nov 05 2013
Comments