The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A057896 Nonnegative numbers that can be written as m^k - m (with m and k nonnegative) in more than one way. 3
0, 6, 30, 210, 240, 2184, 8190, 78120, 24299970 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
The next term, if it exists, is at least 2*10^17. - David Wasserman, May 01 2002
a(10) > 10^24, if it exists. The only numbers below 10^24 that can be written as m^k+m in more than one way are 30 = 5^2+5 = 3^3+3 and 130 = 5^3+5 = 2^7+2. - Giovanni Resta, Jun 21 2018
Conjectured to be finite and complete by Bennett (2001).
LINKS
Michael Bennett, On some exponential equations of S. S. Pillai, Canad. J. Math. 53 (2001), 897-922.
Brady Haran and Matt Parker, Why 1980 was a great year to be born... but 2184 will be better, Numberphile video (2015).
Dana Mackenzie, 2184: An Absurd (and Adsurd) Tale, Integers (Electronic Journal of Combinatorial Number Theory), 18 (2018), A33. See Conjecture 3.
EXAMPLE
30 is in the sequence since 30 = 2^5 - 2 = 6^2 - 6;
2184 is in the sequence since 2184 = 3^7 - 3 = 13^3 - 13.
MAPLE
res:= {0}:
for k from 3 to 60 do
for m from 2 while m^k-m < 2^60 do
x:= m^k-m;
if assigned(R[x]) or issqr(4*x+1) then res:= res union {x}
else R[x]:= [m, k]
fi
od
od:
res; # Robert Israel, Oct 07 2015
CROSSREFS
Sequence in context: A322170 A362375 A369959 * A336509 A147779 A054721
KEYWORD
more,nonn
AUTHOR
Henry Bottomley, Sep 26 2000
EXTENSIONS
More terms from Jud McCranie, Oct 01 2000
Offset corrected by Joerg Arndt, Oct 07 2015
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 May 18 15:59 EDT 2024. Contains 372664 sequences. (Running on oeis4.)