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!)
A089325 a(1) = 3, a(n) = smallest multiple of a(n-1) such that 10*a(n) + 1 is prime. 1
3, 6, 18, 54, 162, 486, 972, 1944, 5832, 40824, 204120, 408240, 816480, 1632960, 3265920, 6531840, 26127360, 130636800, 391910400, 1175731200, 14108774400, 56435097600, 1241572147200, 8691005030400, 26073015091200, 260730150912000 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
31, 61, 181, etc. are primes.
MATHEMATICA
k = 3; Print[k]; Do[i = 2; While[ !PrimeQ[10*i*k + 1], i++ ]; k *= i; Print[k], {n, 1, 30}] (* Ryan Propper, Aug 06 2005 *)
CROSSREFS
Cf. A089326.
Sequence in context: A148564 A148565 A112572 * A110593 A049368 A152733
KEYWORD
base,nonn,easy
AUTHOR
Amarnath Murthy, Nov 03 2003
EXTENSIONS
More terms from Ryan Propper, Aug 06 2005
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 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)