|
Search: id:A061864
|
|
|
| A061864 |
|
Odd numbers that are the sum of two numbers with the same digits. |
|
+0 1
|
|
| 33, 55, 77, 99, 121, 143, 165, 187, 211, 233, 255, 277, 299, 303, 321, 323, 343, 345, 363, 365, 367, 383, 387, 389, 403, 409, 411, 413, 423, 431, 433, 435, 443, 453, 455, 457, 463, 475, 477, 479, 483, 497, 499, 501, 505, 519, 521, 523, 525, 541, 543, 545
(list; graph; listen)
|
|
|
OFFSET
|
0,1
|
|
|
EXAMPLE
|
211 = 101+110
|
|
MATHEMATICA
|
dtn[ L_ ] := Fold[ 10*#1+#2&, 0, L ] f[ n_ ] := Module[ {}, a=IntegerDigits[ n ]; b=Map[ dtn, Select[ Permutations[ a ], First[ # ]>0& ] ] ] g[ n_ ] := Select[ Flatten[ Outer[ Plus, f[ n ], f[ n ] ] ], OddQ ] Union[ Flatten[ Table[ g[ n ], {n, 1, 999} ] ] ]
|
|
CROSSREFS
|
Sequence in context: A109407 A007373 A024628 this_sequence A075810 A132288 A039380
Adjacent sequences: A061861 A061862 A061863 this_sequence A061865 A061866 A061867
|
|
KEYWORD
|
base,easy,nonn
|
|
AUTHOR
|
Erich Friedman (efriedma(AT)stetson.edu), Jun 23 2001
|
|
|
Search completed in 0.002 seconds
|