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!)
A138931 Primes of the form (10^n-3^n)/7. 0
13, 139, 14251, 1428571428571428571364245156301286091 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The next term is too large to include here.
LINKS
MATHEMATICA
a={}; Do[p=(10^n-3^n)/7; If[PrimeQ[p], AppendTo[a, p]], {n, 1, 25^2}]; a
Select[Table[(10^n-3^n)/7, {n, 50}], PrimeQ] (* Harvey P. Dale, Dec 18 2018 *)
CROSSREFS
Cf. A128026.
Sequence in context: A266630 A186506 A051639 * A157160 A263480 A210766
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 May 3 13:17 EDT 2024. Contains 372212 sequences. (Running on oeis4.)