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!)
A138958 Primes of the form (6^n + 5^n)/11. 1
31, 991, 1608145354351 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The next term has 308 digits. - Harvey P. Dale, Sep 16 2022
LINKS
MATHEMATICA
a={}; Do[p=(6^n+5^n)/11; If[PrimeQ[p], AppendTo[a, p]], {n, 1, 12^2}]; a
Select[Table[(6^n+5^n)/11, {n, 20}], PrimeQ] (* Harvey P. Dale, Sep 16 2022 *)
CROSSREFS
Cf. A128336.
Sequence in context: A009975 A042862 A159674 * A158675 A154808 A307588
KEYWORD
nonn,bref
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 April 25 11:37 EDT 2024. Contains 371968 sequences. (Running on oeis4.)