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!)
A229612 Numbers n such that (19^n + 5^n)/24 is prime. 1
11, 37, 107, 181, 449, 457, 3583, 9133, 10139, 99689 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
All terms are primes.
a(11) > 10^5.
LINKS
MATHEMATICA
k=19; Do[p=Prime[n]; f=(k^p+5^p)/(k+5); If[ PrimeQ[f], Print[p] ], {n, 1, 9592}]
PROG
(PARI) is(n)=ispseudoprime((19^n+5^n)/24) \\ Charles R Greathouse IV, Jun 13 2017
CROSSREFS
Sequence in context: A316191 A003020 A075024 * A297797 A210321 A356278
KEYWORD
hard,more,nonn
AUTHOR
Robert Price, Sep 26 2013
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 24 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)