OFFSET
0,5
COMMENTS
LINKS
Harvey P. Dale, Table of n, a(n) for n = 0..1000
EXAMPLE
A000073(n) for n = 7, 8, 9 = 13, 24, 44, 81. Reversed, those are 31, 42, 44, 18, and sorted that is 18, 31, 42, 44.
MATHEMATICA
Sort[FromDigits[Reverse[IntegerDigits[#]]]&/@LinearRecurrence[{1, 1, 1}, {0, 0, 1, 1}, 40]] (* Harvey P. Dale, Nov 22 2015 *)
CROSSREFS
KEYWORD
nonn,base,easy
AUTHOR
Jonathan Vos Post, Mar 09 2013
STATUS
approved