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!)
A269544 Numbers n such that 7*8^n + 1 is prime. 2
2, 40, 58, 60, 130, 144, 752, 7462, 18162, 69028, 187272, 268178, 270410, 497284, 713304, 722600, 1005254 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(n) is even because 7*8^(2*k+1) + 1 is divisible by 3.
LINKS
FORMULA
a(n) = A032353(n)/3 where this is an integer.
MATHEMATICA
Select[Range[0, 200000, 2], PrimeQ[7*8^# + 1] &]
PROG
(PARI) is(n)=ispseudoprime(7*8^n+1) \\ Charles R Greathouse IV, Jun 13 2017
CROSSREFS
Sequence in context: A349717 A349726 A275547 * A281761 A370069 A359859
KEYWORD
nonn,hard,more
AUTHOR
Robert Price, Feb 29 2016
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 July 12 04:44 EDT 2024. Contains 374237 sequences. (Running on oeis4.)