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
2, 8, 10, 64, 76, 118, 120, 258, 303, 332, 364, 528, 811, 1270, 1362, 1607, 2091, 2572, 3596, 8190 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(21) > 14400. - Jinyuan Wang, Feb 26 2020
LINKS
MATHEMATICA
Select[Range[5000], PrimeQ[(2 13^# - 1)] &] (* Vincenzo Librandi, Oct 05 2012 *)
PROG
(Magma) /* The code gives only the terms up to 1607: */ [n: n in [0..1700] | IsPrime(2*13^n-1)];
(PARI) is(n)=ispseudoprime(2*13^n-1) \\ Charles R Greathouse IV, Jun 13 2017
CROSSREFS
Sequence in context: A188539 A230826 A071184 * A171976 A362278 A081231
KEYWORD
nonn,more
AUTHOR
Vincenzo Librandi, Mar 10 2010
EXTENSIONS
a(14)-a(19) from Vincenzo Librandi, Oct 05 2012
a(20) from Jinyuan Wang, Feb 26 2020
STATUS
approved

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