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!)
A268357 Highest power of 11 dividing n. 5
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 11, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 11, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 11, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 11, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 11, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 11, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 11, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 11, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 11, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 11, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 121, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,11
COMMENTS
The generalized binomial coefficients produced by this sequence provide an analog to Kummer's Theorem using arithmetic in base 11.
This first index where this differs from A109014 is 121; a(121) = 121 and A109014(121) = 11.
LINKS
Tyler Ball, Tom Edgar, and Daniel Juda, Dominance Orders, Generalized Binomial Coefficients, and Kummer's Theorem, Mathematics Magazine, Vol. 87, No. 2, April 2014, pp. 135-143.
Tom Edgar and Michael Z. Spivey, Multiplicative functions, generalized binomial coefficients, and generalized Catalan numbers, Journal of Integer Sequences, Vol. 19 (2016), Article 16.1.6.
FORMULA
a(n) = 11^valuation(n,11).
Completely multiplicative with a(11) = 11, a(p) = 1 for prime p and p<>11. - Andrew Howroyd, Jul 20 2018
From Peter Bala, Feb 21 2019: (Start)
a(n) = gcd(n,11^n).
O.g.f.: x/(1 - x) + 10*Sum_{n >= 1} 11^(n-1)*x^(11^n)/ (1 - x^(11^n)). (End)
Sum_{k=1..n} a(k) ~ (10/(11*log(11)))*n*log(n) + (6/11 + 10*(gamma-1)/(11*log(11)))*n, where gamma is Euler's constant (A001620). - Amiram Eldar, Nov 15 2022
Dirichlet g.f.: zeta(s)*(11^s-1)/(11^s-11). - Amiram Eldar, Jan 03 2023
EXAMPLE
Since 22 = 11 * 2, a(22) = 11. Likewise, since 11 does not divide 21, a(21) = 1.
MATHEMATICA
Table[11^IntegerExponent[n, 11], {n, 130}] (* Bruno Berselli, Feb 03 2016 *)
PROG
(Sage) [11^valuation(i, 11) for i in [1..130]]
(Magma) [11^Valuation(n, 11): n in [1..130]]; // Vincenzo Librandi, Feb 03 2016
CROSSREFS
Sequence in context: A318671 A337335 A109014 * A321804 A321800 A130837
KEYWORD
nonn,easy,mult
AUTHOR
Tom Edgar, Feb 02 2016
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 April 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)