|
Search: id:A082101
|
|
|
| A082101 |
|
Primes of form 2^k+3^k. |
|
+0 26
|
| |
|
|
OFFSET
|
1,1
|
|
|
COMMENT
|
Next term, if it exists, is > 10^125074. - David Wasserman (wasserma(AT)spawar.navy.mil), Aug 13 2004
Since x+y is a factor of x^m+y^m if m is odd, 2^m+3^m is divisible by 2+3=5 unless m is zero or a power of 2. This is similar to Fermat numbers 1+2^m. - Michael Somos, Aug 27 2004
|
|
EXAMPLE
|
m=0: 1+1, m=1: 2+3, m=2: 4+9, m=4: 16+81
|
|
MATHEMATICA
|
a={}; Do[If[PrimeQ[p=2^n+3^n], AppendTo[a, p]], {n, 0, 10^3}]; a [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Aug 07 2008]
|
|
CROSSREFS
|
Cf. A094474-A094499.
Adjacent sequences: A082098 A082099 A082100 this_sequence A082102 A082103 A082104
Sequence in context: A075742 A075737 A100843 this_sequence A090472 A120266 A065797
|
|
KEYWORD
|
more,nonn
|
|
AUTHOR
|
Labos E. (labos(AT)ana.sote.hu), Apr 14 2003
|
|
|
Search completed in 0.002 seconds
|