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!)
A245237 Numbers n such that (48^n - 1)/47 is prime. 3
19, 269, 349, 383, 1303, 15031, 200443 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(7) > 10^5.
All terms are prime.
LINKS
Harvey Dubner, Generalized repunit primes, Math. Comp., 61 (1993), 927-930.
MAPLE
A245237:=n->`if`(isprime((48^n - 1)/47), n, NULL); seq(A245237(n), n=1..100000); # Wesley Ivan Hurt, Apr 12 2014
MATHEMATICA
Select[Prime[Range[100000]], PrimeQ[(48^# - 1)/47] &]
PROG
(PARI) is(n)=ispseudoprime((48^n-1)/47) \\ Charles R Greathouse IV, Jun 06 2017
CROSSREFS
Sequence in context: A016254 A016302 A253217 * A141942 A181043 A142899
KEYWORD
hard,more,nonn
AUTHOR
Robert Price, Jul 14 2014
EXTENSIONS
a(7) corresponds to a probable prime discovered by Paul Bourdelais, Aug 04 2020
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 25 07:07 EDT 2024. Contains 371964 sequences. (Running on oeis4.)