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!)
A172998 Numbers n such that 10^4n + 10^3n - 10^n - 3 is prime. 1
1, 2, 3, 4, 372 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Corresponds to the numbers 10987, 100999897, 1000999998997, 10000999999989997, ...
LINKS
MATHEMATICA
fQ[n_] := PrimeQ[10^(4 n) + 10^(3 n) - 10^n - 3]; k = 1; lst = {}; While[k < 3300, If[ fQ@k, AppendTo[lst, k]]; k++ ]; lst (* Robert G. Wilson v, Feb 15 2010 *)
PROG
(PARI) is(n)=ispseudoprime(10^4*n+10^3*n-10^n-3) \\ Charles R Greathouse IV, Jun 13 2017
CROSSREFS
Sequence in context: A244548 A004877 A116022 * A004888 A355439 A062928
KEYWORD
nonn
AUTHOR
James G. Merickel, Feb 07 2010
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 20:33 EDT 2024. Contains 371916 sequences. (Running on oeis4.)