cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A033893 Sort then Add, a(1)=3.

Original entry on oeis.org

3, 6, 12, 24, 48, 96, 165, 321, 444, 888, 1776, 3453, 6798, 13587, 27165, 39732, 63111, 74247, 98724, 123513, 235848, 470436, 504903, 508362, 531930, 545289, 790878, 868767, 1536555, 2892111, 4004400, 4004844, 4049292, 4273791, 5508570, 5564148, 7009716
Offset: 1

Views

Author

Keywords

Comments

a(n+1) is obtained by sorting the digits of a(n) into increasing order then adding this number to a(n).

Examples

			96 + 69 = 165.
		

Crossrefs

Cf. A033860.

Programs