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!)
A057181 Numbers n such that (15^n + 1)/16 is a prime. 16
3, 7, 29, 1091, 2423, 54449, 67489, 551927 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(6), a(7) and a(8) correspond to probable primes.
LINKS
J. Brillhart et al., Factorizations of b^n +- 1, Contemporary Mathematics, Vol. 22, Amer. Math. Soc., Providence, RI, 3rd edition, 2002.
H. Dubner and T. Granlund, Primes of the Form (b^n+1)/(b+1), J. Integer Sequences, 3 (2000), #P00.2.7.
MATHEMATICA
Select[Range[3000], PrimeQ[(15^# + 1) / 16] &] (* Vincenzo Librandi, Oct 29 2017 *)
PROG
(Prime95) PRP=1, 15, 551927, 1, 0, 0, "16"
(PARI) isok(n) = (denominator(p=(15^n+1)/16)==1) && isprime(p); \\ Michel Marcus, Oct 29 2017
CROSSREFS
Sequence in context: A048722 A061955 A113834 * A333393 A227077 A136934
KEYWORD
nonn,more
AUTHOR
N. J. A. Sloane, Sep 15 2000
EXTENSIONS
a(6) from Paul Bourdelais, Mar 15 2010
a(7) from Paul Bourdelais, Mar 16 2010
a(8) from Paul Bourdelais, Jul 03 2013
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 13:11 EDT 2024. Contains 371913 sequences. (Running on oeis4.)