The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A205521 Numbers n such that 4*11^n - 1 is prime. 1
1, 3, 7, 13, 25, 243, 349, 3645, 10245, 40647, 40749 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
Table[If[PrimeQ[4*11^n-1], Print[n]; n], {n, 1, 20000}]
PROG
(PARI) is(n)=ispseudoprime(4*11^n-1) \\ Charles R Greathouse IV, Jun 13 2017
CROSSREFS
Cf. A199020 (4*11^n-1).
Cf. A120378 (numbers n such that 2*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: A099810 A283177 A284297 * A125898 A146928 A068673
KEYWORD
nonn
AUTHOR
EXTENSIONS
a(10)-a(11) from Dmitry Khomovsky, Aug 30 2017
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 May 13 02:15 EDT 2024. Contains 372497 sequences. (Running on oeis4.)