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!)
A242797 Numbers n such that (45^n - 1)/44 is prime. 5
19, 53, 167, 3319, 11257, 34351, 216551 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(7) > 10^5.
Numbers corresponding to a(4)-a(6) are probable primes.
All terms are prime.
LINKS
Harvey Dubner, Generalized repunit primes, Math. Comp., 61 (1993), 927-930.
MAPLE
A242797:=n->`if`(isprime((45^n - 1)/44), n, NULL); seq(A242797(n), n=1..100000); # Wesley Ivan Hurt, Apr 12 2014
MATHEMATICA
Select[Prime[Range[100000]], PrimeQ[(45^# - 1)/44] &]
PROG
(PARI) is(n)=ispseudoprime((45^n-1)/44) \\ Charles R Greathouse IV, Feb 20 2017
CROSSREFS
Sequence in context: A024848 A240136 A072581 * A142072 A221594 A288144
KEYWORD
hard,more,nonn
AUTHOR
Robert Price, May 22 2014
EXTENSIONS
a(7)=216551 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 June 30 00:34 EDT 2024. Contains 373859 sequences. (Running on oeis4.)