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!)
A174153 Numbers k such that 2*13^k - 1 is prime. 1

%I #19 Jul 07 2024 13:20:47

%S 2,8,10,64,76,118,120,258,303,332,364,528,811,1270,1362,1607,2091,

%T 2572,3596,8190,34271,37860,37938

%N Numbers k such that 2*13^k - 1 is prime.

%C a(21) > 14400. - _Jinyuan Wang_, Feb 26 2020

%t Select[Range[5000], PrimeQ[(2 13^# - 1)] &] (* _Vincenzo Librandi_, Oct 05 2012 *)

%o (Magma) /* The code gives only the terms up to 1607: */ [n: n in [0..1700] | IsPrime(2*13^n-1)];

%o (PARI) is(n)=ispseudoprime(2*13^n-1) \\ _Charles R Greathouse IV_, Jun 13 2017

%K nonn,more

%O 1,1

%A _Vincenzo Librandi_, Mar 10 2010

%E a(14)-a(19) from _Vincenzo Librandi_, Oct 05 2012

%E a(20) from _Jinyuan Wang_, Feb 26 2020

%E a(21)-a(23) from _Michael S. Branicky_, Jul 07 2024

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 September 15 23:52 EDT 2024. Contains 375959 sequences. (Running on oeis4.)