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!)
A188462 Least number of 5th powers needed to represent n. 2
1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Vaughan & Wooley (1995) prove that a(n) <= 17 for large enough n; in fact it is conjectured that a(n) <= 6 for large enough n. The maximum value is a(223) = 37. - Charles R Greathouse IV, Jul 05 2017
LINKS
R. C. Vaughan and T. D. Wooley, Waring's problem: a survey, Number theory for the millennium, III (Urbana, IL, 2000), 301-340, A K Peters, Natick, MA, 2002.
Robert C. Vaughan and Trevor D. Wooley, Further improvements in Waring's problem, Acta Mathematica 174:2 (1995), pp. 147-240.
EXAMPLE
33 = 2^5 + 1^5 (least decomposition) hence a(33) = 2.
MATHEMATICA
Cnt5[n_] := Module[{k = 1}, While[Length[PowersRepresentations[n, k, 5]] == 0, k++]; k]; Array[Cnt5, 105] (* T. D. Noe, Apr 01 2011 *)
CROSSREFS
Cf. A002828 (squares), A002376 (cubes), A002377 (4th powers).
Sequence in context: A158377 A167975 A008684 * A352530 A058321 A318892
KEYWORD
nonn
AUTHOR
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 June 6 18:11 EDT 2023. Contains 363149 sequences. (Running on oeis4.)