Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A093826
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A093826 In binary representation: least number, k, which occurs n times in its factorial. +0
2
5, 1, 16, 12, 49, 58, 60, 110, 209, 117, 240, 430, 255, 1423, 921, 980, 511, 1847, 3737, 3692, 3998, 7265, 15267, 15651, 15722 (list; graph; listen)
OFFSET

0,1

EXAMPLE

12!_b = 11100100011001111110000000000 and 12_b = 1100 and the later string appears thrice in the former string.

MATHEMATICA

f[n_] := ToString[ FromDigits[ IntegerDigits[n, 2]]]; g[n_] := Length[ StringPosition[ f[n! ], f[n]]]; a = Table[0, {30}]; Do[ b = g[n]; If[a[[b + 1]] == 0, a[[b + 1]] = n], {n, 29000}]; a

CROSSREFS

Cf. A093685.

Sequence in context: A157397 A157405 A019429 this_sequence A144699 A066787 A058352

Adjacent sequences: A093823 A093824 A093825 this_sequence A093827 A093828 A093829

KEYWORD

nonn

AUTHOR

Robert G. Wilson v (rgwv(AT)rgwv.com) and Reinhard Zumkeller (reinhard.zumkeller(AT)gmail.com), Apr 16 2004

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 30 13:13 EST 2009. Contains 167758 sequences.


AT&T Labs Research