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!)
A337366 Number of representations of A036691(n) as a sum of 3 nonnegative cubes. 0
1, 0, 1, 1, 2, 1, 1, 2, 1, 4, 6, 3, 8, 8, 14, 7 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
COMMENTS
Conjecture I: a(n) = 0 only for n = 1. That is, any product of first n > 1 composite numbers is a sum of at most 3 positive cubes. For example,
A036691(100) = 2563573191821442299652988946477367093137353211904000000000^3 + 21431289850849406740917647451954098598503667204096000000000^3 + 26409890400237152457638095665189553529771293409280000000000^3.
Conjecture II: For any term t >= 1, there are only finitely many values of n such that a(n) = t.
LINKS
FORMULA
a(n) = A025447(A036691(n)).
EXAMPLE
a(4) = 2 because A036691(4) = 1728 = 12^3 = 6^3 + 8^3 + 10^3.
MATHEMATICA
A036691 = Join[{1}, FoldList[Times, Select[Range[20], CompositeQ]]];
Table[Length@ PowersRepresentations[A036691[[n]], 3, 3], {n, 10}] (* Robert Price, Sep 08 2020 *)
CROSSREFS
Sequence in context: A050473 A057593 A117008 * A153917 A326407 A126127
KEYWORD
nonn,more
AUTHOR
Altug Alkan, Aug 25 2020
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 September 16 04:06 EDT 2024. Contains 375959 sequences. (Running on oeis4.)