Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A135779
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A135779 Numbers having number of divisors equal to number of digits in base 9. +0
9
1, 11, 13, 17, 19, 23, 29, 31, 37, 41, 43, 47, 53, 59, 61, 67, 71, 73, 79, 121, 169, 289, 361, 529, 731, 734, 737, 745, 746, 749, 753, 755, 758, 763, 766, 767, 771, 778, 779, 781, 785, 789, 791, 793, 794, 799, 802, 803, 807, 813, 815, 817 (list; graph; listen)
OFFSET

1,2

COMMENT

Since 9 is not a prime, no element > 1 of the sequence A001019(k)=9^k (having k+1 digits in base 9, but 2k+1 divisors) can be member of this sequence. Also, no power of a prime less than 9 can be in the sequence, since it will always have less divisors than digits in base 9. However all powers of 11 up to 11^10 are in this sequence, having the same number of digits (in base 9) than the same power of 9 (since 10 = floor(log(11/9)/log(9))) and also that number of divisors (since 11 is prime).

EXAMPLE

a(1) = 1 since 1 has 1 divisor and 1 digit (in base 9 as in any other base).

They are followed by the primes (having 2 divisors {1,p}) between 9 and 9^2-1 (to have 2 digits in base 9).

Then come the squares of primes (3 divisors) between 9^2=100[9] and 9^3-1=888[9].

These are followed by all semiprimes and cubes of primes (4 divisors) between 9^3 and 9^4-1.

PROGRAM

(PARI) for(d=1, 4, for(n=9^(d-1), 9^d-1, d==numdiv(n)&print1(n", ")))

CROSSREFS

Cf. A135772-A135778, A095862.

Sequence in context: A095862 A125845 A108871 this_sequence A135778 A078875 A052293

Adjacent sequences: A135776 A135777 A135778 this_sequence A135780 A135781 A135782

KEYWORD

base,easy,nonn

AUTHOR

M. F. Hasler (Maximilian.Hasler(AT)gmail.com), Nov 28 2007

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 25 20:09 EST 2009. Contains 167514 sequences.


AT&T Labs Research