login
A061514
a(0) = 0; a(n) is obtained by incrementing each digit of a(n-1) by 3.
0
0, 3, 6, 9, 12, 45, 78, 1011, 4344, 7677, 1091010, 43124343, 76457676, 10978109109, 4312101143124312, 7645434476457645, 1097876771097810978, 4312101110910104312101143121011, 76454344431243437645434476454344
OFFSET
0,2
COMMENTS
In A061511-A061522, A061746-A061750 when the incremented digit exceeds 9 it is written as a 2-digit string. So 9+1 becomes the 2-digit string 10, etc.
CROSSREFS
Sequence in context: A086423 A072179 A065811 * A078559 A317557 A338763
KEYWORD
base,nonn
AUTHOR
Amarnath Murthy, May 08 2001
EXTENSIONS
More terms from Larry Reeves (larryr(AT)acm.org), May 11 2001
STATUS
approved