The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A214555 Subsequence of fixed points A099009 of the Kaprekar mapping with numbers of the form 5(n)//4//9(n+1)//4(n)//5. 6
495, 549945, 554999445, 555499994445, 555549999944445, 555554999999444445, 555555499999994444445, 555555549999999944444445, 555555554999999999444444445, 555555555499999999994444444445, 555555555549999999999944444444445 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
The symbols // denote concatenation of digits in the definition, and d(n) denotes n repetitions of d, n >= 0.
Conjecture: satisfies a linear recurrence having signature (1111, -112110, 1111000, -1000000). - Harvey P. Dale, Nov 23 2022
LINKS
FORMULA
If d(n) denotes n repetitions of the digit d, then a(n) = 5(n)49(n+1)4(n)5, where n >= 0.
EXAMPLE
549945 is a fixed point of the mapping for n=1.
MATHEMATICA
Table[FromDigits[Join[PadRight[{}, n, 5], {4}, PadRight[{}, n+1, 9], PadRight[{}, n, 4], {5}]], {n, 0, 15}] (* Harvey P. Dale, Nov 23 2022 *)
CROSSREFS
Sequence in context: A104478 A133352 A140913 * A333756 A179170 A345351
KEYWORD
nonn,base
AUTHOR
Syed Iddi Hasan, Jul 20 2012
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 May 21 12:09 EDT 2024. Contains 372736 sequences. (Running on oeis4.)