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!)
A308324 Numbers which can be written in the form m^k - m with m an odd prime and k a positive integer. 3
0, 6, 20, 24, 42, 78, 110, 120, 156, 240, 272, 336, 342, 506, 620, 726, 812, 930, 1320, 1332, 1640, 1806, 2162, 2184, 2394, 2756, 3120, 3422, 3660, 4422, 4896, 4970, 5256, 6162, 6558, 6806, 6840, 7832, 9312 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Besides the trivial example a(1)=0, the only known term which has two representations is a(24) = 2184 = 3^7 - 3 = 13^3 - 13. It is conjectured by Bennett to be the only term with this property.
LINKS
Michael Bennett, On some exponential equations of S. S. Pillai, Canad. J. Math. 53 (2001), 897-922.
Dana Mackenzie, 2184: An Absurd (and Adsurd) Tale, Integers (Electronic Journal of Combinatorial Number Theory), 18 (2018), A33.
EXAMPLE
a(3) = 5^2 - 5 = 20.
PROG
(PARI) x=List([]); lim=10000; forprime(m=3, lim, for(k=1, 100, y=(m^k-m); if(y>lim, break, i=setsearch(x, y, 1); if(i>0, listinsert(x, y, i))))); for(i=1, #x, print(x[i]));
CROSSREFS
Sequence in context: A334817 A084682 A341298 * A044970 A345910 A316291
KEYWORD
nonn,easy
AUTHOR
Craig J. Beisel, May 20 2019
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 07:38 EDT 2024. Contains 371782 sequences. (Running on oeis4.)