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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A112515 Say what you see in previous term, same as A063850 but starting with 5. 3
5, 15, 1115, 3115, 132115, 31131215, 23411215, 2213143115, 2241231415, 3224311315, 3322143115, 3322311415, 3322311415, 3322311415, 3322311415, 3322311415, 3322311415 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

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: A053918 A053926 A112273 * A001141 A177364 A138489

Adjacent sequences:  A112512 A112513 A112514 * A112516 A112517 A112518

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 21:13 EST 2012. Contains 206085 sequences.