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!)
A205796 Numbers n such that 4*17^n - 1 is prime. 0
1, 9, 33, 69, 427, 1009, 2667 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
Table[If[PrimeQ[4*17^n-1], Print[n]; n], {n, 1, 20000}]
PROG
(PARI) is(n)=ispseudoprime(4*17^n-1) \\ Charles R Greathouse IV, Jun 13 2017
CROSSREFS
Cf. A180431 (numbers n such that 4*17^n + 1 is prime).
Cf. A205521 (numbers n such that 4*11^n - 1 is prime).
Cf. A046865 (numbers n such that 4*5^n - 1 is prime).
Cf. A005540 (numbers n such that 4*3^n - 1 is prime).
Sequence in context: A145923 A092562 A103602 * A081585 A227221 A273316
KEYWORD
nonn
AUTHOR
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 19 14:10 EDT 2024. Contains 371792 sequences. (Running on oeis4.)