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

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A165210 Primes of the form (6^m - 1)/5. 5
7, 43, 55987, 7369130657357778596659, 3546245297457217493590449191748546458005595187661976371 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Prime repunits in base 6 whose representation consists of m 1's. The exponents m are in A004062. a(5) and a(6) have 55 and 99 decimal digits, respectively.
LINKS
FORMULA
a(n) = (6^A004062(n) - 1)/5.
EXAMPLE
a(2) = (6^A004062(2) - 1)/5 = (6^3 - 1)/5 = 215/5 = 43, which is 111_6.
MATHEMATICA
Select[Table[(6^n-1)/5, {n, 0, 2000}], PrimeQ] (* Vincenzo Librandi, Dec 09 2011 *)
PROG
(Magma) [a: n in [1..200] | IsPrime(a) where a is (6^n-1) div 5 ]; // Vincenzo Librandi, Dec 09 2011
CROSSREFS
Sequence in context: A177507 A258182 A048605 * A162454 A203210 A323923
KEYWORD
nonn
AUTHOR
Rick L. Shepherd, Sep 07 2009
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | 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 June 29 20:26 EDT 2024. Contains 373855 sequences. (Running on oeis4.)