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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A102907 Primes of the form 3^n+10. 0
11, 13, 19, 37, 739, 6571, 387420499, 150094635296999131, 57264168970223481226273458862846808078011946899, 2465034704958067503996131453373943813074726512397600979 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

MATHEMATICA

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

PROG

(MAGMA) [ a: n in [0..250] | IsPrime(a) where a is 3^n+10 ] [From Vincenzo Librandi, Nov 16 2010]

CROSSREFS

Sequence in context: A167497 A068579 A048519 * A089774 A192931 A002367

Adjacent sequences:  A102904 A102905 A102906 * A102908 A102909 A102910

KEYWORD

nonn

AUTHOR

Roger L. 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 15 12:10 EST 2012. Contains 205783 sequences.