login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A102040 a(n) = a(n-1) + last digit of a(n-1), starting at 3. 0

%I

%S 3,6,12,14,18,26,32,34,38,46,52,54,58,66,72,74,78,86,92,94,98,106,112,

%T 114,118,126,132,134,138,146,152,154,158,166,172,174,178,186,192,194,

%U 198,206,212,214,218,226,232,234,238,246,252,254,258,266,272,274,278

%N a(n) = a(n-1) + last digit of a(n-1), starting at 3.

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

%p 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_, Sep 26 2008]

%K easy,nonn,base

%O 3,1

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

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified May 18 17:41 EDT 2013. Contains 225422 sequences.