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!)
A230453 Number of terms in the "comma sum" sequence (cf. A230288) starting with n, or 0 if it is infinite. 3
2, 1, 1, 1, 1, 122, 121, 121, 120, 120, 122, 121, 121, 120, 120, 120, 120, 119, 118, 119, 120, 120, 119, 118, 119, 118, 118, 117, 117, 117, 118, 118, 117, 117, 117, 117, 116, 116, 116, 116, 117, 116, 116, 116, 116, 115, 115, 4, 115, 4, 115, 115, 4, 115, 4, 114, 114, 114, 114, 3, 114, 114, 114, 114, 3, 3, 113, 3, 113, 2, 3, 113, 3, 113 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
A "comma sum" sequence is such that a(n+1)-a(n) = rightmost digit of a(n) + leftmost digit of a(n+1), taking usually the smallest possible solution.
The value a(0)=2 corresponds to the sequence (0,1), not to sequence A230288 starting by definition with 0,5,....
a(n)>0 for all n<396. See A230450 for the sequence starting with 396.
LINKS
PROG
(PARI) for(n=0, 196, print1(#A230288_list([n], 150), ", ")) \\ The second argument (nMax) is useful only for n>= 396. If this value (here 150) is printed, this most probably means that the sequence is infinite, a(n)=0.
CROSSREFS
Sequence in context: A176250 A248975 A016541 * A098876 A364891 A143277
KEYWORD
nonn,base
AUTHOR
M. F. Hasler, Oct 19 2013
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 May 11 00:12 EDT 2024. Contains 372388 sequences. (Running on oeis4.)