Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A115355
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A115355 a(n) is the smallest number representable in exactly n ways as a sum of 3 powerful(1) numbers. +0
2
3, 17, 33, 41, 66, 77, 89, 117, 133, 145, 153, 189, 161, 225, 301, 257, 324, 333, 341, 297, 432, 425, 369, 517, 613, 441, 521, 585, 513, 809, 689, 792, 657, 1001, 801, 881, 1000, 1017, 873, 945, 900, 1265, 1169, 1425, 1089, 1125, 1197, 1481, 1161, 1584 (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 = 4+4+9 =8+8+1.

MATHEMATICA

pwfQ[n_] := n==1 || Min[Transpose[FactorInteger@n][[2]]] > 1; lim = 5000; pt = Select[Range[lim], pwfQ]; t = Table[0, {i, lim}]; Do[v = pt[[i]]+pt[[j]]+pt[[k]]; If[v <= lim, t[[v]]++ ], {i, Length@pt}, {j, i}, {k, j}]; Table[Position[t, k][[1, 1]], {k, 60}]

CROSSREFS

Cf. A001694, A085252, A085253, A085254, A085255, A063274, A115354.

Sequence in context: A090648 A031024 A045437 this_sequence A031290 A031386 A106895

Adjacent sequences: A115352 A115353 A115354 this_sequence A115356 A115357 A115358

KEYWORD

nonn

AUTHOR

Giovanni Resta (g.resta(AT)iit.cnr.it), Jan 21 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 September 8 08:06 EDT 2008. Contains 143486 sequences.


AT&T Labs Research