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!)
A339214 Factorial-base self numbers: numbers not of the form k + A034968(k). 8
1, 4, 11, 18, 36, 43, 61, 68, 86, 93, 111, 118, 125, 132, 139, 157, 164, 182, 189, 207, 214, 232, 239, 246, 253, 260, 278, 285, 303, 310, 328, 335, 353, 360, 367, 374, 381, 399, 406, 424, 431, 449, 456, 474, 481, 488, 495, 502, 520 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Analogous to self numbers (A003052) using factorial base representation (A007623) instead of decimal expansion.
REFERENCES
József Sándor and Borislav Crstici, Handbook of Number theory II, Kluwer Academic Publishers, 2004, Chapter 4, p. 384-386.
LINKS
Rosalind Guaraldo, On the Density of the Image Sets of Certain Arithmetic Functions - III, The Fibonacci Quarterly, Vol. 16, No. 6 (1978), pp. 481-488.
Eric Weisstein's World of Mathematics, Self Number.
Wikipedia, Self number.
MATHEMATICA
max = 6; s[n_] := n + Plus @@ IntegerDigits[n, MixedRadix[Range[max, 2, -1]]]; m = max!; Complement[Range[m], Array[s, m]]
CROSSREFS
Sequence in context: A024989 A210464 A301108 * A008061 A361434 A360038
KEYWORD
nonn,base
AUTHOR
Amiram Eldar, Nov 27 2020
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 August 19 03:19 EDT 2024. Contains 375284 sequences. (Running on oeis4.)