Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A102040
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A102040 a(n) = a(n-1) + last digit of a(n-1), starting at 3. +0
1
3, 6, 12, 14, 18, 26, 32, 34, 38, 46, 52, 54, 58, 66, 72, 74, 78, 86, 92, 94, 98, 106, 112, 114, 118, 126, 132, 134, 138, 146, 152, 154, 158, 166, 172, 174, 178, 186, 192, 194, 198, 206, 212, 214, 218, 226, 232, 234, 238, 246, 252, 254, 258, 266, 272, 274, 278 (list; graph; listen)
OFFSET

3,1

EXAMPLE

26+6=32, 32+2=34.

MAPLE

P:=proc(i) local a, b, c, n; a:=3; 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

Sequence in context: A107974 A116625 A062053 this_sequence A077152 A067759 A145204

Adjacent sequences: A102037 A102038 A102039 this_sequence A102041 A102042 A102043

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