Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A054207
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A054207 Consider all integer triples (i,j,k), j >= k>0, with binomial(i+2,3)=j^3+k^3, ordered by increasing i; sequence gives k values. +0
3
2, 31, 80, 120, 282, 17, 525, 437, 386, 2479, 5253, 3268, 2952, 3875, 8894, 7182, 9457, 16397, 3401, 8629, 1830, 2518, 19976, 37326, 55340, 21182, 98642, 56358, 150673 (list; graph; listen)
OFFSET

0,1

COMMENT

i values are A054205 and j values are A054206.

EXAMPLE

binomial(5+2,3)=35=2^3+3^3; binomial(95+2,3)=147440=49^3+31^3;

MATHEMATICA

lst = {}; Do[ b = Binomial[i + 2, 3]; j = Floor[b^(1/3)]; lmt = Ceiling[j/2]; While[ k = (b - j^3)^(1/3); j > lmt && !IntegerQ[k], j-- ]; If[j != lmt, Print[{i, j, k}]; AppendTo[lst, {i, j, k}]], {i, 2, 30000}]; Last /@ lst (* Robert G. Wilson v (rgwv@rgwv.com), Jan 15 2007 *)

CROSSREFS

Cf. A054205, A054206, A000292.

Sequence in context: A105757 A091252 A031920 this_sequence A104095 A030459 A141978

Adjacent sequences: A054204 A054205 A054206 this_sequence A054208 A054209 A054210

KEYWORD

more,nice,nonn

AUTHOR

Klaus Strassburger (strass(AT)ddfi.uni-duesseldorf.de), Jan 28 2000

EXTENSIONS

More terms from Martin Fuller (martin_n_fuller(AT)btinternet.com), Nov 27 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 July 25 07:41 EDT 2008. Contains 142293 sequences.


AT&T Labs Research