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!)
A253917 Numbers that can be represented as both x^y + x and b^c + b + c, for some b, c, x, y > 1. 3
72, 738, 2758, 16777232, 1073741856, 282429536508, 95367431640650, 150094635296999148, 221073919720733357899812, 311973482284542371301330321821976098, 1329227995784915872903807060280344640, 85070591730234615865843651857942052992 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Intersection of A253913 and A253775.
LINKS
Robert G. Wilson v, Table of n, a(n) for n = 1..17
EXAMPLE
72 = 2^6+2+6 = 8^2+8,
738 = 3^6+3+6 = 9^3+9,
2758 = 52^2+52+2 = 14^3+14,
16777232 = 4^12+4+12 = 8^8+8,
1073741856 = 2^30+2+30 = 32^6+32,
282429536508 = 3^24+3+24 = 27^8+27,
95367431640650 = 5^20+5+20 = 25^10+25,
150094635296999148 = 9^18+9+18 = 27^12+27,
221073919720733357899812 = 6^30+6+30 = 30^15+36,
311973482284542371301330321821976098 = 7^42+7+42 = 49^21+49,
1329227995784915872903807060280344640 = 4^60+4+60 = 64^20+64,
85070591730234615865843651857942052992 = 2^126+2+126 = 128^18+128,
etc. - Robert G. Wilson v, Jan 19 2015
MATHEMATICA
f[n_] := Block[{t = Transpose@ Flatten[ Table[{m^k + m, m^k + m + k}, {m, 2, Floor@ Sqrt[2^n]}, {k, Floor@ Log[m, 2^(n - 1)] + 1, Floor@ Log[m, 2^n]}], 1]}, Intersection[ t[[1]], t[[2]]]]; f[1] = {}; Array[f, 50] // Flatten (* Robert G. Wilson v, Jan 19 2015 *)
CROSSREFS
Sequence in context: A077120 A200451 A097205 * A008448 A282213 A304828
KEYWORD
nonn,more
AUTHOR
Alex Ratushnyak, Jan 18 2015
EXTENSIONS
a(7)-a(12) from Robert G. Wilson v, Jan 19 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 April 25 01:06 EDT 2024. Contains 371964 sequences. (Running on oeis4.)