Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A070312
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A070312 a(1) = a(2) = 1; a(n) = a(n-1) + concatenation of a(n-2) and a(n-1). +0
1
1, 1, 12, 124, 12248, 12424496, 1224824848992, 124244962449649697984, 1224824848992248489924899299395968, 1242449624496496979842449649697984496979849798598791936 (list; graph; listen)
OFFSET

1,3

EXAMPLE

a(4) = a(3) + concatenation of a(2) and a(3) = 12 + 112 = 124.

MATHEMATICA

a[n_] := (a[n - 1] + FromDigits[ Join[ IntegerDigits[ a[n - 2]], IntegerDigits[ a[n - 1]]]]); a[1] = a[2] = 1; Table[ a[n], {n, 1, 10}]

CROSSREFS

Sequence in context: A016134 A045507 A155595 this_sequence A153427 A061114 A015792

Adjacent sequences: A070309 A070310 A070311 this_sequence A070313 A070314 A070315

KEYWORD

base,nonn

AUTHOR

Joseph L. Pe (joseph_l_pe(AT)hotmail.com), May 11 2002

EXTENSIONS

Edited by Robert G. Wilson v (rgwv(AT)rgwv.com), May 14 2002

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 27 22:38 EST 2009. Contains 167602 sequences.


AT&T Labs Research