|
Search: id:A115354
|
|
|
| A115354 |
|
a(n) is the smallest number representable in exactly n ways as a sum of 2 powerful(1) numbers. |
|
+0 2
|
|
| 2, 17, 108, 153, 297, 657, 1764, 2052, 4644, 6156, 10800, 16200, 22932, 29000, 11025, 54225, 92025, 68796, 100548, 99225, 44100, 88200
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
COMMENT
|
Here we are considering powerful numbers (first definition) A001694. Note that, by definition, 1 is powerful.
|
|
LINKS
|
Eric Weisstein's World of Mathematics, Link to a section of The World of Mathematics.
|
|
EXAMPLE
|
a(2)=17, since 17 = 16+1 = 8+9.
|
|
MATHEMATICA
|
pwfQ[n_] := n == 1 || Min[Transpose[FactorInteger@n][[2]]] > 1; lim=200000; pt = Select[Range[lim], pwfQ]; t = Table[0, {i, lim}]; Do[v = pt[[i]]+ pt[[j]]; If[v<=lim, t[[v]]++ ], {i, Length@pt}, {j, i}]; Table[Position[t, k][[1, 1]], {k, 22}]
|
|
CROSSREFS
|
Cf. A001694, A085252, A085253, A085254, A085255, A063274, A115355.
Adjacent sequences: A115351 A115352 A115353 this_sequence A115355 A115356 A115357
Sequence in context: A119363 A129977 A105652 this_sequence A100274 A037747 A037628
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Giovanni Resta (g.resta(AT)iit.cnr.it), Jan 21 2006
|
|
|
Search completed in 0.002 seconds
|