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!)
A229902 a(n) is the smallest m such that 19*m^k+1 is prime for k=1, 2,...,n. 1
10, 10, 10, 2080, 178030, 41697270, 4355942080, 1944616927560 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
10 divides all terms.
LINKS
MATHEMATICA
a[1]=10; a[n_]:=a[n]=(For[m=a[n-1]/10, Union[Table[PrimeQ[19(10m)^k+1], {k, n}]]=={True}, m++]; 10m) (* Farideh Firoozbakht Oct 05 2013 *)
CROSSREFS
Sequence in context: A003855 A245431 A341722 * A004209 A162720 A112867
KEYWORD
nonn,more
AUTHOR
Jahangeer Kholdi, Oct 04 2013
EXTENSIONS
a(7) from Farideh Firoozbakht Oct 05 2013
a(8) from Tyler Busby, Jan 06 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 April 23 20:33 EDT 2024. Contains 371916 sequences. (Running on oeis4.)