login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 60th year, we have over 367,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Other ways to Give
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A299382 Numbers k such that k * 19^k - 1 is prime. 9
12, 410, 33890, 91850, 146478, 189620, 280524 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(8) > 400000.
LINKS
Wikipedia, Woodall number
MATHEMATICA
Select[Range[1, 10000], PrimeQ[n*19^n-1] &]
PROG
(PARI) for(n=1, 10000, if(isprime(n*19^n-1)), print1(n, ", ")))
(Magma) [n: n in [1..10000] |IsPrime(n*19^n-1)]
CROSSREFS
Numbers n such that n * b^n - 1 is prime: A008864 (b=1), A002234 (b=2), A006553 (b=3), A086661 (b=4), A059676 (b=5), A059675 (b=6), A242200 (b=7), A242201 (b=8), A242202 (b=9), A059671 (b=10), A299374 (b=11), A299375 (b=12), A299376 (b=13), A299377 (b=14), A299378 (b=15), A299379 (b=16), A299380 (b=17), A299381 (b=18), this sequence (b=19), A299383 (b=20).
Sequence in context: A292784 A003772 A211078 * A197038 A282883 A163971
KEYWORD
nonn,more,hard
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 December 4 11:15 EST 2023. Contains 367560 sequences. (Running on oeis4.)