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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A089182 Prime digit palindromes 2,...,23577532 continued by adding 10^(n-k) and 10^(k-1) times prime(k). 1
2, 22, 232, 2332, 23532, 235532, 2357532, 23577532, 235817532, 2358217532, 23582417532, 235824417532, 2358248417532, 23582488417532, 235824908417532, 2358249108417532, 23582491508417532, 235824915508417532 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

Original definition: Overlapping prime-based palindromic sequence.

Only the first 8 terms are truely palindromes: a modulo 10 version of this would work with a limited digit set {1,2,3,5,7,9} with 2 and 5 only occuring as first and 3rd digit to either side.

FORMULA

a(n)=sum( k=1...[n/2], prime(k)*(10^(n-k)+10^(k-1)) + (n%2)*prime((n+1)/2)*10^[n/2], where [x]=floor(x) and n%2=0 for n even, 1 for n odd. - M. F. Hasler, Apr 06 2009

MATHEMATICA

a[m_]=Delete[Table[If [ Floor[m/2]-n>=0, Prime[ n], Prime[m-n]], {n, 1, m}], m] b=Table[Sum[a[m][[i]]*10^(i-1), {i, 1, m-1}], {m, 2, digits}]

CROSSREFS

Cf. A007907, A138140.

Sequence in context: A002276 A112893 A086855 * A138140 A151617 A082777

Adjacent sequences:  A089179 A089180 A089181 * A089183 A089184 A089185

KEYWORD

nonn,base

AUTHOR

Roger L. Bagula (rlbagulatftn(AT)yahoo.com), Dec 07 2003

EXTENSIONS

Edited by M. F. Hasler (www.univ-ag.fr/~mhasler), Apr 06 2009

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 15 19:15 EST 2012. Contains 205852 sequences.