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!)
A057464 Numbers k such that 10*13^k + 1 is prime. 0
0, 1, 4, 7, 8, 26, 33, 64, 116, 201, 1278, 1927, 2549, 4054, 5379, 5704, 6639, 13785 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
a(18) > 10^4. - Jinyuan Wang, Jan 31 2020
LINKS
MATHEMATICA
Do[ If[ PrimeQ[ 10*13^n + 1 ], Print[ n ] ], {n, 0, 1000} ]
Select[Range[0, 4000], PrimeQ[(10*13^# + 1)] &] (* Vincenzo Librandi, Sep 28 2012 *)
PROG
(PARI) is(n)=ispseudoprime(10*13^n+1) \\ Charles R Greathouse IV, Jun 13 2017
CROSSREFS
Sequence in context: A225430 A295325 A239290 * A344781 A160629 A093105
KEYWORD
nonn,more
AUTHOR
Robert G. Wilson v, Sep 08 2000
EXTENSIONS
a(11)-a(13) from Vincenzo Librandi, Sep 28 2012
a(14)-a(17) from Jinyuan Wang, Jan 31 2020
a(18) from Michael S. Branicky, May 02 2023
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 05:37 EDT 2024. Contains 371906 sequences. (Running on oeis4.)