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!)
A003363 Numbers that are the sum of 7 positive 6th powers. 31
7, 70, 133, 196, 259, 322, 385, 448, 735, 798, 861, 924, 987, 1050, 1113, 1463, 1526, 1589, 1652, 1715, 1778, 2191, 2254, 2317, 2380, 2443, 2919, 2982, 3045, 3108, 3647, 3710, 3773, 4102, 4165, 4228, 4291, 4354, 4375, 4417, 4438, 4480, 4830, 4893, 4956, 5019, 5082 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
David A. Corneth, Table of n, a(n) for n = 1..10000 (first 1000 terms from T. D. Noe)
FORMULA
a(n) == 0 (mod 7). - Joerg Arndt, Nov 08 2022
EXAMPLE
From David A. Corneth, Aug 03 2020: (Start)
267342 is in the sequence as 267342 = 1^6 + 2^6 + 3^6 + 5^6 + 5^6 + 7^6 + 7^6.
594482 is in the sequence as 594482 = 1^6 + 4^6 + 4^6 + 4^6 + 4^6 + 6^6 + 9^6.
696667 is in the sequence as 696667 = 2^6 + 2^6 + 2^6 + 3^6 + 6^6 + 7^6 + 9^6. (End)
MATHEMATICA
Reap[For[n = 1, n <= 5000, n++, If[AnyTrue[PowersRepresentations[n, 7, 6], First[#] > 0&], Print[n]; Sow[n]]]][[2, 1]] (* Jean-François Alcover, Jul 18 2017 *)
CROSSREFS
Cf. A001014 (sixth powers).
Sequence in context: A136959 A136952 A136960 * A069542 A063416 A201065
KEYWORD
nonn,easy
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 April 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)