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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A112514 Say what you see in previous term, same as A063850 but starting with 4. 0
4, 14, 1114, 3114, 132114, 31131214, 23411214, 22132431, 32212314, 23322114, 32232114, 23322114, 32232114, 23322114, 32232114, 23322114, 32232114, 23322114, 32232114 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,1

COMMENTS

Eventually periodic.

LINKS

Table of n, a(n) for n=1..19.

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: A129226 A003010 A118770 * A001140 A177363 A138488

Adjacent sequences:  A112511 A112512 A112513 * A112515 A112516 A112517

KEYWORD

base,easy,nonn

AUTHOR

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

STATUS

approved

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 June 19 10:11 EDT 2013. Contains 226401 sequences.