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

 


A322955
Numbers k such that 325*2^k+1 is prime.
0
2, 14, 18, 32, 42, 72, 144, 174, 282, 318, 828, 1338, 2154, 2750, 4034, 9858, 13692, 49052, 63522, 86784, 117162, 126014, 273090, 302574, 413862, 901902
OFFSET
1,1
MAPLE
select(n->isprime(325*2^n+1), [$1..1000]); # Muniru A Asiru, Dec 31 2018
MATHEMATICA
Select[Range[1000], PrimeQ[325*2^# + 1] &] (* Robert Price, Dec 31 2018 *)
CROSSREFS
Sequence in context: A355169 A108029 A212048 * A266388 A032476 A274062
KEYWORD
nonn,more,hard
AUTHOR
Robert Price, Dec 31 2018
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | 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 21 15:40 EDT 2024. Contains 376087 sequences. (Running on oeis4.)