login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A373085 Numbers k such that the factorial base representation of 1/k without the leading zeros is palindromic. 0
1, 2, 3, 6, 8, 9, 10, 12, 20, 24, 30, 40, 60, 120, 126, 144, 160, 180, 189, 210, 240, 315, 360, 384, 630, 720, 840, 896, 1008, 1056, 1120, 1260, 1680, 2240, 2520, 4480, 5040, 5184, 5760, 6048, 6300, 6720, 6912, 8064, 9072, 9450, 10080, 12096, 13440, 14400, 18144 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
All the factorials (A000142) are terms, since the factorial base representation of 1/k! is k-1 0's followed by 1.
If k > 4 is composite then (k-1)!/k is a term.
LINKS
EXAMPLE
The first 10 terms are:
n a(n) 1/a(n) in factorial base
-- ---- ------------------------
1 1 1.
2 2 0.1
3 3 0.02
4 6 0.01
5 8 0.003
6 9 0.00232
7 10 0.0022
8 12 0.002
9 20 0.0011
10 24 0.001
MATHEMATICA
q[n_] := Module[{d = NumberDecompose[1/n, 1/Range[n]!], i}, i = Position[d, _?(# > 0&)] // Flatten; PalindromeQ[d[[First[i];; Last[i]]]]]; q[1] = True; Select[Range[1000], q]
CROSSREFS
Sequence in context: A175904 A084090 A353988 * A047286 A344156 A344166
KEYWORD
nonn,base
AUTHOR
Amiram Eldar, May 23 2024
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified September 4 20:04 EDT 2024. Contains 375685 sequences. (Running on oeis4.)