Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A102761
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A102761 a(1)=0; a(2)=1; add digit a to digit (a+1) and write the result as a succession of digits. +0
3
0, 1, 1, 2, 3, 5, 8, 1, 3, 9, 4, 1, 2, 1, 3, 5, 3, 3, 4, 8, 8, 6, 7, 1, 2, 1, 6, 1, 4, 1, 3, 8, 3, 3, 7, 7, 5, 5, 4, 1, 1, 1, 1, 6, 1, 0, 1, 4, 1, 2, 1, 0, 9, 5, 2, 2, 2, 7, 7, 1, 1, 5, 5, 3, 3, 1, 9, 1, 4, 7, 4, 4, 9, 1, 4, 8, 2, 6, 1, 0, 8, 6, 4, 1, 0, 1, 0, 5, 1, 1, 1, 1, 8, 1, 3, 1, 0, 5, 1, 2, 1, 0, 8, 7, 1 (list; graph; listen)
OFFSET

1,4

COMMENT

This is zero followed by A093086. [From R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Aug 30 2008]

EXAMPLE

0 + 1 = 1,

1 + 1 = 2,

1 + 2 = 3,

2 + 3 = 5,

3 + 5 = 8,

5 + 8 = 1, 3,

8 + 1 = 9,

1 + 3 = 4,

...

MAPLE

with(linalg): A:=matrix(1, 2, [0, 1]): for n from 1 to 100 do if A[1, n]+A[1, n+1]<10 then A:=concat(A, matrix(1, 1, A[1, n]+A[1, n+1])) else A:=concat(A, matrix(1, 2, [1, A[1, n]+A[1, n+1]-10])) fi od: matrix(A); (Deutsch)

CROSSREFS

Sequence in context: A105150 A008963 A031324 this_sequence A093086 A093092 A031111

Adjacent sequences: A102758 A102759 A102760 this_sequence A102762 A102763 A102764

KEYWORD

base,easy,nonn

AUTHOR

Eric Angelini (eric.angelini(AT)kntv.be), Feb 10 2005

EXTENSIONS

More terms from Emeric Deutsch (deutsch(AT)duke.poly.edu), May 31 2005

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 23 17:09 EST 2009. Contains 167438 sequences.


AT&T Labs Research