Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A102039
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A102039 a(n) = a(n-1) + last digit of a(n-1), starting at 1. +0
3
1, 2, 4, 8, 16, 22, 24, 28, 36, 42, 44, 48, 56, 62, 64, 68, 76, 82, 84, 88, 96, 102, 104, 108, 116, 122, 124, 128, 136, 142, 144, 148, 156, 162, 164, 168, 176, 182, 184, 188, 196, 202, 204, 208, 216, 222, 224, 228, 236, 242, 244, 248, 256, 262, 264, 268, 276, 282 (list; graph; listen)
OFFSET

1,2

EXAMPLE

28+8=36, 36+6=42.

MAPLE

P:=proc(i) local a, b, c, n; a:=1; print(a); for n from 0 by 1 to i do a:=a+a-10*trunc(a/10) ; print(a); od; end: P(100); [From Paolo P. Lava (ppl(AT)spl.at), Sep 26 2008]

CROSSREFS

Apart from initial term, same as A002081.

Sequence in context: A102252 A001856 A002081 this_sequence A045844 A063108 A058961

Adjacent sequences: A102036 A102037 A102038 this_sequence A102040 A102041 A102042

KEYWORD

easy,nonn,base

AUTHOR

Samantha Stones (devilsdaughter2000(AT)hotmail.com), Dec 25 2004

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 30 22:12 EST 2008. Contains 150989 sequences.


AT&T Labs Research