Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A115336
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A115336 a(n) is the smallest number representable in exactly n ways as a sum of 2 palindromes (each of them >= 0). +0
2
0, 2, 4, 6, 8, 110, 353, 363, 373, 383, 393, 464, 474, 504, 484, 494, 575, 605, 585, 1049, 595, 767, 706, 686, 777, 696, 807, 787, 878, 13222, 797, 908, 888, 31812, 12892, 898, 989, 11220, 44444, 1201, 999, 28882, 11110, 42623, 30092, 1100, 11000, 36153 (list; graph; listen)
OFFSET

1,2

EXAMPLE

a(6)=110 since 110=101+9=99+11=88+22=77+33=66+44=55+55 and no

number less than 110 has 6 such decompositions.

MATHEMATICA

palQ[n_] := n == FromDigits@Reverse@IntegerDigits@n; pt = Select[Range[0, 50005], palQ]; t = Array[0&, 50000]; Do[v = pt[[i]]+pt[[j]]; If[v<50000, t[[v + 1]]++ ], {i, 600}, {j, i}]; Table[Position[t, k][[1, 1]]-1, {k, 55}]

CROSSREFS

Cf. A035137, A115337.

Sequence in context: A083145 A085920 A081507 this_sequence A119666 A087302 A030149

Adjacent sequences: A115333 A115334 A115335 this_sequence A115337 A115338 A115339

KEYWORD

base,nonn

AUTHOR

Giovanni Resta (g.resta(AT)iit.cnr.it), Jan 20 2006

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 18 20:14 EST 2008. Contains 147244 sequences.


AT&T Labs Research