login
This site is supported by donations 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; internal format)
OFFSET

1,1

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}] (Propper)

CROSSREFS

Cf. A089326.

Sequence in context: A148564 A148565 A112572 * A110593 A049368 A152733

Adjacent sequences:  A089322 A089323 A089324 * A089326 A089327 A089328

KEYWORD

base,nonn,easy

AUTHOR

Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Nov 03 2003

EXTENSIONS

More terms from Ryan Propper (rpropper(AT)stanford.edu), Aug 06 2005

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 14 03:03 EST 2012. Contains 205567 sequences.