login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A160955 a(n+1) is the largest prime formed by appending a single digit to a(n); a(1)=18. 2
18, 181, 1811, 18119, 181199, 1811993 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

There is no prime a(7) since 18119930 to 18119939 are all composite.

EXAMPLE

a(1)=18, a(2)=181, a(4)=1811, a(5)=18119, a(6)=181199, a(7)=1811993.

MAPLE

A160955 :=proc(n) option remember ; local d; if n =1 then 18; else for d from 1 to 9 by 2 do if isprime(10*prochame n+d) then RETURN(10*procnam n+d 0 ; fi; end:

seq(A160955(n), n=1..10) ; (R. J. Mathar, May 26 2009)

CROSSREFS

Cf. A000040, A160751, A160954.

Sequence in context: A199299 A155669 A160954 * A026091 A178260 A155665

Adjacent sequences:  A160952 A160953 A160954 * A160956 A160957 A160958

KEYWORD

nonn,base,easy,fini,full

AUTHOR

Juri-Stepan Gerasimov (2stepan(AT)rambler.ru), May 31 2009

EXTENSIONS

Redundant part of the definition removed - R. J. Mathar (mathar(AT)strw.leidenuniv.nl), May 21 2010

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 15:39 EST 2012. Contains 205635 sequences.