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!)

Revision History for A057173

(Underlined text is an addition; strikethrough text is a deletion.)

newer changes | Showing entries 11-20 | older changes
A057173 Numbers n such that (7^n + 1)/8 is a prime.
(history; published version)
#22byMichel Marcus at Mon Oct 30 04:07:21 EDT 2017
LINKS

Eric Weisstein's World of Mathematics, <a href="http://mathworld.wolfram.com/Repunit.html">Repunit</a>

Eric Weisstein's World of Mathematics, <a href="http://mathworld.wolfram.com/Repunit.html">Repunit</a>

#21byMichel Marcus at Mon Oct 30 04:06:59 EDT 2017
LINKS

H. Dubner and T. Granlund, <a href="httphttps://www.cs.uwaterloo.ca/journals/JIS/VOL3/DUBNER/indexdubner.html">Primes of the Form (b^n+1)/(b+1)</a>, J. Integer Sequences, 3 (2000), #P00.2.7.

PROG

(PARI) isok(n) = (denominator(p=(7^n+1)/8)==1) && isprime(p); \\ Michel Marcus, Oct 30 2017

STATUS

approved

editing

#20byAlois P. Heinz at Fri Jan 09 20:59:05 EST 2015
STATUS

proposed

approved

#19byJon E. Schoenfield at Fri Jan 09 20:56:53 EST 2015
STATUS

editing

proposed

#18byJon E. Schoenfield at Fri Jan 09 20:56:51 EST 2015
MATHEMATICA

lst={}; Do[p=(7^n+1)/8; If[PrimeQ[p], AppendTo[lst, n]], {n, 7!}]; lst [From _ (* _Vladimir Joseph Stephan Orlovsky_, Sep 29 2008] *)

PROG

(Other) Using PFGW v3.3.1 [From Paul Bourdelais, Feb 17 2010]

STATUS

approved

editing

#17byN. J. A. Sloane at Fri Nov 14 14:36:51 EST 2014
LINKS

J. Brillhart et al., <a href="http://wwwdx.amsdoi.org/10.1090/online_bksconm/conm22/">022">Factorizations of b^n +- 1</a>, Contemporary Mathematics, Vol. 22, Amer. Math. Soc., Providence, RI, 3rd edition, 2002.

Discussion
Fri Nov 14 14:36
OEIS Server: https://oeis.org/edit/global/2350
#16byAlois P. Heinz at Tue Oct 01 03:22:58 EDT 2013
STATUS

proposed

approved

#15byJon E. Schoenfield at Tue Oct 01 03:08:35 EDT 2013
STATUS

editing

proposed

#14byJon E. Schoenfield at Tue Oct 01 03:08:32 EDT 2013
EXTENSIONS

a(9)=106187 is a probable prime based on Fermat primality testing and trial factoring to 2E13. - . - _Paul Bourdelais (paul.bourdelais(AT)gd-ais.com), _, Apr 07 2008

STATUS

approved

editing

#13byRuss Cox at Sat Mar 31 12:38:00 EDT 2012
MATHEMATICA

lst={}; Do[p=(7^n+1)/8; If[PrimeQ[p], AppendTo[lst, n]], {n, 7!}]; lst [From _Vladimir Joseph Stephan Orlovsky (4vladimir(AT)gmail.com), _, Sep 29 2008]

Discussion
Sat Mar 31 12:38
OEIS Server: https://oeis.org/edit/global/876



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 July 26 02:32 EDT 2024. Contains 374615 sequences. (Running on oeis4.)