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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A160234 Number of n-digit "early bird numbers" A116700. 0
0, 45, 630, 6896, 73059 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

EXAMPLE

a(1)= 0 because there are no 1d terms in A116700

a(1)= 45 because there are 45 2d terms in A116700:

12,21,23,31,32,34,41,42,43,45,51,52,53,54,56,61,62,63,64,65,67,71,72,73,74,75,76,78,81,82,83,84,85,86,87,89,91,92,93,94,95,96,97,98,99.

MATHEMATICA

s="1"; ss={}; Do[tsn=ToString[n]; If[ !StringFreeQ[s, tsn], AppendTo[ss, n]]; s=s<>tsn, {n, 2, 99999}]; Table[Length[Select[ss, 10^(n-1)<=#<10^n&]], {n, 1, 5}]

CROSSREFS

A116700 "Early bird" numbers.

Sequence in context: A160838 A189350 A090024 * A110691 A105251 A099632

Adjacent sequences:  A160231 A160232 A160233 * A160235 A160236 A160237

KEYWORD

base,nonn

AUTHOR

Zak Seidov (zakseidov(AT)yahoo.com), May 04 2009

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 16 20:28 EST 2012. Contains 205962 sequences.