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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A112513 Same as A063850, Say what you see in previous term, but starting with 3. 0
3, 13, 1113, 3113, 2321, 221311, 223113, 222321, 421311, 14123113, 41141223, 24312213, 32142321, 23322114, 32232114, 23322114, 32232114, 23322114, 32232114, 23322114 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

Eventually periodic.

PROG

(Perl) #!/usr/bin/perl -l use strict; use warnings; die "Usage: $0 <number> " unless @ARGV==1; $_=shift; { print; my (%cnt, %saw); $cnt{$_}++ for /./g; s/./ $saw{$&}++ ? '' : $cnt{$&} . $& /ge; <>, redo; } __END__

CROSSREFS

Cf. A005150, A005151, A063850, A112512-A112515.

Sequence in context: A065831 A092540 A118628 * A006715 A177362 A138487

Adjacent sequences:  A112510 A112511 A112512 * A112514 A112515 A112516

KEYWORD

base,easy,nonn

AUTHOR

Michele Dondi (blazar(AT)lcm.mi.infn.it), Sep 09 2005

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 17 03:20 EST 2012. Contains 205978 sequences.