login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A102870 Primes of the form 3^n+8. 0
11, 17, 89, 251, 6569, 1594331, 4782977, 3486784409, 1350851717672992097, 984770902183611232889, 5474401089420219382077155933569751771, 969773729787523602876821942164080815560169 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

These primes appears to be more frequent than 2^n+1 (Mersenne) primes.

FORMULA

a(m) = if[ 3^n+8 is prime then a[m]=3^n+8, for n=1 to 200]

MATHEMATICA

a = Delete[Union[Flatten[Table[If [PrimeQ[3^n + 8] == True, 3^n + 8, 0], {n, 1, 200}]]], 1]

CROSSREFS

Sequence in context: A191456 A146036 A046122 * A136721 A107172 A090286

Adjacent sequences:  A102867 A102868 A102869 * A102871 A102872 A102873

KEYWORD

nonn

AUTHOR

Roger Lee Bagula (rlbagulatftn(AT)yahoo.com), Mar 01 2005

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 16:49 EST 2012. Contains 206058 sequences.