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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A076481 Primes of the form (3^n-1)/2. 15
13, 1093, 797161, 3754733257489862401973357979128773, 6957596529882152968992225251835887181478451547013 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

All primes p whose reciprocals belong to the middle-third Cantor set satisfy an equation of the form 2pK + 1 = 3^n. This sequence is the special case K = 1. See reference. [Christian Salas, Jul 4 2011]

LINKS

Vincenzo Librandi, Table of n, a(n) for n = 1..9

Christian Salas, On Prime Reciprocals in the Cantor Set, arXiv:0906.0465v5 [math.NT]

MATHEMATICA

Select[Table[(3^n-1)/2, {n, 0, 500}], PrimeQ] (* Vincenzo Librandi, Dec 09 2011 *)

PROG

(MAGMA) [a: n in [1..200] | IsPrime(a) where a is (3^n-1) div 2 ]; // Vincenzo Librandi, Dec 09 2011

CROSSREFS

The exponents n are in A028491. Cf. A075081.

Sequence in context: A095680 A128685 A201118 * A185834 A195890 A195520

Adjacent sequences:  A076478 A076479 A076480 * A076482 A076483 A076484

KEYWORD

nonn

AUTHOR

Dean Hickerson (dean.hickerson(AT)yahoo.com), Oct 14 2002

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 12 18:43 EST 2012. Contains 205432 sequences.