Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A066460
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A066460 a(n) is the least positive integer k such that k is a repdigit number in exactly n different bases B, where 1<B<k. +0
2
2, 3, 7, 15, 24, 40, 60, 144, 120, 180, 336, 420, 360, 900, 960, 720, 840, 1260, 1440, 2340, 1680, 2880, 3600, 8190, 2520, 9072, 9900, 6300, 6720, 20592, 5040, 10920, 7560, 31320, 98040, 25920, 10080, 21420, 177156, 74256, 15120, 28560, 20160 (list; graph; listen)
OFFSET

0,1

COMMENT

All numbers, n, are repdigit in base 1 and in all bases greater than n, therefore we restrict our sequence to bases between 1 and n exclusively.

EXAMPLE

a(4) = 24 since 24_10 = 44_5 = 33_7 = 22_11 = 11_23.

MATHEMATICA

a = Table[0, {50} ]; Do[c = 0; k = 2; While[k < n, If[ Length[ Union[ IntegerDigits[n, k]]] == 1, c++ ]; k++ ]; If[ a[[c]] == 0, a[[c]] = n], {n, 2, 25000} ]; a

Do[ c = 1; k = 2; While[ k < n-1, If[ Length[ Union[ IntegerDigits[n, k]]] == 1, c++ ]; k++ ]; If[a[[c]] == 0, a[[c]] = n; Print[c, " = ", n]], {n, 1, 200000} ]

CROSSREFS

Cf. A066044.

Sequence in context: A068080 A098763 A066044 this_sequence A006884 A074742 A020873

Adjacent sequences: A066457 A066458 A066459 this_sequence A066461 A066462 A066463

KEYWORD

nonn

AUTHOR

Robert G. Wilson v (rgwv(AT)rgwv.com), Jan 02 2002

EXTENSIONS

Edited by John W. Layman (layman(AT)math.vt.edu), Jan 16 2002

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 July 25 07:41 EDT 2008. Contains 142293 sequences.


AT&T Labs Research