login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A115783 Numbers n such that n can be presented in the form (m+1)^k-m^k at least in two ways. 1
0, 1, 7, 15, 19, 31, 37, 61, 63, 65, 91, 127, 169, 175, 211, 217, 255, 271, 331, 369, 397, 469, 511, 547, 631, 665, 671, 721, 781, 817, 919, 1023, 1027, 1105, 1141, 1261, 1387, 1519, 1657, 1695, 1801, 1951, 2047, 2059, 2101, 2107, 2269, 2437, 2465, 2611, 2791 (list; graph; refs; listen; history; internal format)
OFFSET

1,3

COMMENTS

It is easy to see that all the members of A003215 also belong to this sequence (thus infinite), since they can be represented as (p+1)^2-p^2 and as (q+1)^3-q^3. - Giovanni Resta (g.resta(AT)iit.cnr.it), Feb 15 2006

MATHEMATICA

t = {}; Do[a = (m + 1)^k - m^k; If[a < 3000, AppendTo[t, a]], {m, 3000}, {k, 23}]; t = Split@ Sort@ t; Union@ Flatten@ t[[Select[ Range@1500, Length@t[[ # ]] > 1 &]]]. - Robert G. Wilson v

CROSSREFS

Sequence in context: A065566 A154618 A138641 * A140109 A064397 A151971

Adjacent sequences:  A115780 A115781 A115782 * A115784 A115785 A115786

KEYWORD

nonn

AUTHOR

Zak Seidov (zakseidov(AT)yahoo.com), Jan 30 2006

EXTENSIONS

Corrected and extended by Robert G. Wilson v, Feb 08 2006

Corrected and extended by Giovanni Resta (g.resta(AT)iit.cnr.it), Feb 15 2006

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 14 00:47 EST 2012. Contains 205567 sequences.