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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A152234 Similar to A072921 but starting with 5. 1
5, 10, 16, 29, 53, 85, 130, 179, 245, 322, 406, 500, 599, 721, 853, 1001, 1151, 1309, 1480, 1664, 1865, 2086, 2323, 2570, 2831, 3106, 3391, 3692, 4013, 4342, 4684, 5048, 5429, 5830, 6247, 6683, 7142, 7615, 8107, 8615, 9143, 9688, 10264, 10853, 11459 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

MAPLE

b:= proc(n) option remember; local m; m:= a(n); `if` (n=1, 0, b(n-1)); while m>0 do %+ irem (m, 10, 'm') od; % end: a:= proc(n) option remember; `if` (n=1, 5, a(n-1) +b(n-1)) end: seq (a(n), n=1..50); [From Alois P. Heinz (heinz(AT)hs-heilbronn.de), Oct 07 2009]

CROSSREFS

Sequence in context: A194275 A026059 A115002 * A054514 A200940 A002660

Adjacent sequences:  A152231 A152232 A152233 * A152235 A152236 A152237

KEYWORD

nonn,base,easy

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com), Oct 07 2009

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 February 15 11:21 EST 2012. Contains 205777 sequences.