login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A085254 Numbers having a unique representation as sum of two powerful numbers (A001694). 5
2, 5, 8, 9, 10, 12, 13, 16, 18, 20, 24, 25, 26, 28, 29, 31, 32, 34, 35, 37, 43, 44, 45, 48, 53, 54, 58, 59, 61, 63, 64, 74, 82, 88, 90, 91, 96, 98, 99, 100, 101, 106, 112, 121, 122, 124, 126, 127, 128, 134, 135, 140, 141, 146, 149, 150, 155, 161, 162, 169, 171 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
Eric Weisstein's World of Mathematics, Powerful Number.
FORMULA
A085252(a(n)) = 1.
MATHEMATICA
With[{m = 180}, pow = Select[Range[m], # == 1 || Min[FactorInteger[#][[;; , 2]]] > 1 &]; Position[BinCounts[Select[Plus @@@ Union[Sort /@ Tuples[pow, {2}]], # <= m &], {1, m, 1}], 1] // Flatten] (* Amiram Eldar, Jan 30 2023 *)
CROSSREFS
Sequence in context: A153129 A076871 A070049 * A274035 A068537 A047620
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Jun 23 2003
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)