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!)
A243279 Numbers n such that (46^n - 1)/45 is prime. 5
2, 7, 19, 67, 211, 433, 2437, 2719, 19531 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(10) > 10^5.
Numbers corresponding to a(7)-a(9) are probable primes.
All terms are prime.
LINKS
Harvey Dubner, Generalized repunit primes, Math. Comp., 61 (1993), 927-930.
MAPLE
A243279:=n->`if`(isprime((46^n - 1)/45), n, NULL); seq(A243279(n), n=1..100000); # Wesley Ivan Hurt, Apr 12 2014
MATHEMATICA
Select[Prime[Range[100000]], PrimeQ[(46^# - 1)/45] &]
PROG
(PARI) is(n)=ispseudoprime((46^n-1)/45) \\ Charles R Greathouse IV, May 22 2017
CROSSREFS
Sequence in context: A083309 A318264 A164979 * A362097 A080873 A126162
KEYWORD
hard,more,nonn
AUTHOR
Robert Price, Jun 02 2014
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 23 11:35 EDT 2024. Contains 371912 sequences. (Running on oeis4.)