Svoboda | Graniru | BBC Russia | Golosameriki | Facebook
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!)
A101234 Numbers k such that 7^k + 5^k - 1 is prime. 0
1, 2, 3, 9, 13, 25, 26, 63, 73, 435, 2245, 2907, 3089, 5615, 20113, 20355 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Terms beyond 435 are (BSW-)pseudoprimes. - Joerg Arndt, Jan 25 2011
LINKS
PROG
(Magma) [n: n in [0..400]|IsPrime(7^n+5^n-1)]
(PARI) for(n=1, 10000, if(isprime(7^n+5^n-1), print1(n, ", "))) /* Joerg Arndt, Jan 25 2011 */
CROSSREFS
Sequence in context: A032486 A123859 A048744 * A233190 A269154 A358829
KEYWORD
nonn,more
AUTHOR
Vincenzo Librandi, Jan 22 2011
EXTENSIONS
a(11)-a(13) from Joerg Arndt, Jan 25 2011
a(14) from Vincenzo Librandi, Jul 28 2020
a(15)-a(16) from Michael S. Branicky, Apr 29 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 September 9 21:41 EDT 2024. Contains 375765 sequences. (Running on oeis4.)