login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A132287 Primes in A132286. 1

%I #5 Nov 05 2013 12:45:40

%S 3,5,7,101,131,151,181,283,293,313,353,647,677,727,829,839,859,9091,

%T 9391,9491,9791,10301,10501,10601,11311,11411,11821,12421,12721,13331,

%U 13841,14341,14551,14851,14951,15451,15461,15661,15761,16061,16361,16871,17581

%N Primes in A132286.

%o (PARI) lista(nn) = {for(n=1, nn, if (isA132285(n) && isprime(p=n/11), print1(p, ", ");););} \\ _Michel Marcus_, Nov 05 2013

%Y Cf. A132285, A132286.

%K base,nonn

%O 1,1

%A _Artur Jasinski_, Aug 16 2007

%E More terms from _Michel Marcus_, Nov 05 2013

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 24 08:48 EDT 2024. Contains 371930 sequences. (Running on oeis4.)