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!)
A068715 Primes of the form 10*3^k + 1. 3

%I #16 Sep 08 2022 08:45:05

%S 11,31,271,811,21871,196831,5314411,3874204891,313810596091,

%T 46383976865881019793281501678905914543189676980091,

%U 2738927449953408337773479392637715347860807235997334411

%N Primes of the form 10*3^k + 1.

%H Vincenzo Librandi, <a href="/A068715/b068715.txt">Table of n, a(n) for n = 1..19</a>

%e 21871 is a member as it is a concatenation of 2187 (= 3^7) and 1.

%t Select[Table[10*3^n+1,{n,0,300}],PrimeQ](* _Vincenzo Librandi_, Dec 08 2011 *)

%o (Magma) [a: n in [0..200] | IsPrime(a) where a is 10*3^n + 1]; // _Vincenzo Librandi_, Dec 08 2011

%Y Cf. A068712, A068714.

%K nonn

%O 1,1

%A _Amarnath Murthy_, Mar 05 2002

%E More terms from _Sascha Kurz_, Mar 17 2002

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 19 05:19 EDT 2024. Contains 371782 sequences. (Running on oeis4.)