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!)
A038491 Sums of 3 distinct powers of 11. 1
133, 1343, 1453, 1463, 14653, 14763, 14773, 15973, 15983, 16093, 161063, 161173, 161183, 162383, 162393, 162503, 175693, 175703, 175813, 177023, 1771573, 1771683, 1771693, 1772893, 1772903, 1773013, 1786203, 1786213, 1786323 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
a(A000292(m+1)+k) = a(A000292(m)+k) + 10*11^(m+2) for 0<=k<=A000217(m). - Robert Israel, Dec 23 2016
MAPLE
seq(seq(seq(11^a+11^b+11^c, c=0..b-1), b=1..a-1), a=2..10); # Robert Israel, Dec 23 2016
MATHEMATICA
TakeWhile[#, # <= 1800000 &] &@ Sort@ Map[Total, 11^Subsets[Range[0, 8], {3}]] (* Michael De Vlieger, Dec 23 2016 *)
CROSSREFS
Base-11 interpretation of A038445.
Sequence in context: A117565 A357489 A274175 * A020265 A028295 A262121
KEYWORD
nonn,easy
AUTHOR
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 21 22:16 EDT 2024. Contains 372741 sequences. (Running on oeis4.)