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!)
A185073 Numbers n such that (34^n - 1)/33 is prime. 1
13, 1493, 5851, 6379, 125101 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
H. Dubner, Generalized repunit primes, Math. Comp., 61 (1993), 927-930.
MATHEMATICA
Select[Prime[Range[100]], PrimeQ[(34^#-1)/33]&]
PROG
(PARI) isok(n) = isprime((34^n-1)/33); \\ Michel Marcus, Mar 13 2016
(PARI) lista(nn) = for(n=1, nn, if(ispseudoprime((34^n - 1)/33), print1(n, ", "))); \\ Altug Alkan, Mar 13 2016
CROSSREFS
Sequence in context: A242562 A201357 A220551 * A185193 A066457 A203515
KEYWORD
hard,more,nonn
AUTHOR
Robert Price, Mar 10 2012
EXTENSIONS
a(5)=125101 corresponds to a probable prime discovered by Paul Bourdelais, Nov 20 2017
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 April 30 06:03 EDT 2024. Contains 372119 sequences. (Running on oeis4.)