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!)
A057471 Numbers k such that (11*13^k -1)/2 is prime. 0
0, 1, 2, 5, 9, 11, 21, 42, 46, 61, 69, 70, 78, 99, 183, 361, 1034, 1291, 1570, 1838, 5994, 33138 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
a(22) > 10^4. - Jinyuan Wang, Jan 31 2020
LINKS
MATHEMATICA
Do[ If[ PrimeQ[(11*13^n - 1)/2], Print[n]], {n, 0, 2700}]
PROG
(PARI) is(n)=ispseudoprime((11*13^n-1)/2) \\ Charles R Greathouse IV, Jun 13 2017
CROSSREFS
Sequence in context: A263637 A347305 A343878 * A295608 A349048 A099434
KEYWORD
nonn,more
AUTHOR
Robert G. Wilson v, Sep 10 2000
EXTENSIONS
a(21) from Jinyuan Wang, Jan 31 2020
a(22) from Michael S. Branicky, Jul 11 2024
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 August 29 11:28 EDT 2024. Contains 375516 sequences. (Running on oeis4.)