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!)
A093793 Numbers n such that 5^n+4^(n-1) is prime. 19
2, 6, 22, 94, 622, 910, 1058, 1306, 4430, 18914, 23654, 35630, 52846, 63498, 85630 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(16) > 10^5. - Robert Price, Mar 08 2016
LINKS
EXAMPLE
22 is a member since 522+421 = 2388583837526729 which is a prime number.
MATHEMATICA
Do[ If[ PrimeQ[5^n + 4^(n - 1)], Print[n]], {n, 5000}]
PROG
(PARI) is(n)=isprime(5^n+4^(n-1)) \\ Charles R Greathouse IV, Feb 17 2017
CROSSREFS
Sequence in context: A187251 A193763 A301385 * A087959 A292096 A006871
KEYWORD
nonn
AUTHOR
Herman H. Rosenfeld (herm3(AT)pacbell.net), May 17 2004
EXTENSIONS
More terms from Robert G. Wilson v, Jun 18 2004
a(10)-a(15) from Robert Price, Mar 08 2016
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 07:53 EDT 2024. Contains 371964 sequences. (Running on oeis4.)