Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A075537
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A075537 a(1)=1, a(2)=2, then use "merge and minus": a(n)=merge(a(n-2),a(n-1))-a(n-2)-a(n-1)). +0
2
1, 2, 9, 18, 891, 17982, 89099109, 1798199982018, 890991089999910900891, 1798199982017999999998201800017982, 8909910899999109008909999999999999109008910000089099109 (list; graph; listen)
OFFSET

1,2

COMMENT

A rapidly growing sequence. An even more rapidly growing sequence with "merge and minus" rule is A075538.

EXAMPLE

a(3)=9 because a(1)=1, a(2)=2 and a(3)=merge(a(1), a(2))-a(1)-a(2)=12-1-2=9; a(4)=18 because a(2)=2, a(3)=9 and a(4)=merge(a(2), a(3))-a(2)-a(3)=29-2-9=18.

MATHEMATICA

se={1, 2}; a=1; b=2; Do[ab=ToExpression[ToString[a]<>ToString[b]]-a-b; se=Append[se, ab]; a=b; b=ab, {i, 10}]; se

CROSSREFS

Cf. A075538.

Sequence in context: A068978 A006226 A109298 this_sequence A075340 A031316 A135207

Adjacent sequences: A075534 A075535 A075536 this_sequence A075538 A075539 A075540

KEYWORD

nonn

AUTHOR

Zak Seidov (zakseidov(AT)yahoo.com), Sep 20 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