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!)
A126856 Numbers n such that (31^n + 1)/32 is prime. 13
109, 461, 1061, 50777 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
All terms are primes.
a(5) > 10^5. - Robert Price, Jul 12 2013
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.
Eric Weisstein's World of Mathematics, Repunit.
MATHEMATICA
Do[ p=Prime[n]; If[ PrimeQ[ (31^p + 1)/32 ], Print[p] ], {n, 1, 1100} ]
PROG
(PARI) is(n)=isprime((31^n+1)/32) \\ Charles R Greathouse IV, Feb 17 2017
CROSSREFS
Sequence in context: A270249 A174339 A142640 * A142915 A226473 A142366
KEYWORD
bref,hard,more,nonn
AUTHOR
Alexander Adamchuk, Mar 23 2007
EXTENSIONS
a(4) from Robert Price, Jul 12 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 18:16 EDT 2024. Contains 371916 sequences. (Running on oeis4.)