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

 

Logo

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 59th year, we have over 358,000 sequences, and we’ve crossed 10,300 citations (which often say “discovered thanks to the OEIS”).

Other ways to Give
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A143279 Numbers n such that 6*5^n + 1 is prime. 3
0, 1, 2, 3, 23, 27, 33, 63, 158, 278, 290, 351, 471, 797, 8462, 28793, 266030 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,3

COMMENTS

Primes found and proved by PrimeForm.

All terms correspond to verified primes, that is, not merely probable primes. - Robert Price, Jan 16 2015

a(18) > 3*10^5. - Robert Price, Jan 16 2015

LINKS

Table of n, a(n) for n=1..17.

MATHEMATICA

Select[Range[0, 10000], PrimeQ[6*5^# + 1] &] (* Robert Price, Jan 16 2015 *)

PROG

(PARI) is(n)=ispseudoprime(6*5^n+1) \\ Charles R Greathouse IV, Jun 06 2017

CROSSREFS

Sequence in context: A085946 A280894 A042585 * A272271 A068887 A260128

Adjacent sequences: A143276 A143277 A143278 * A143280 A143281 A143282

KEYWORD

hard,nonn

AUTHOR

Rick L. Shepherd, Aug 04 2008

EXTENSIONS

a(17) from Robert Price, Jan 16 2015

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 January 2 22:01 EST 2023. Contains 359212 sequences. (Running on oeis4.)