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!)
A061517 a(0) = 0; a(n) is obtained by incrementing each digit of a(n-1) by 4. 1
0, 4, 8, 12, 56, 910, 1354, 5798, 9111312, 13555756, 5799911910, 911131313551354, 1355575757995798, 579991191191113139111312, 9111313135513551355575713555756, 135557575799579957999119115799911910 (list; graph; refs; listen; history; text; internal format)
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.
LINKS
MATHEMATICA
NestList[FromDigits[Flatten[IntegerDigits/@(IntegerDigits[#]+4)]]&, 0, 20] (* Harvey P. Dale, Nov 20 2020 *)
CROSSREFS
Sequence in context: A038563 A083492 A137337 * A297555 A058759 A237519
KEYWORD
base,nonn
AUTHOR
Amarnath Murthy, May 08 2001
EXTENSIONS
More terms from Larry Reeves (larryr(AT)acm.org), May 11 2001
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 23 18:16 EDT 2024. Contains 371916 sequences. (Running on oeis4.)