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!)
A224475 (2*5^(2^n) + (10^n)/2 - 1) mod 10^n: a sequence of trimorphic numbers ending (for n > 1) in 9. 4
4, 99, 749, 6249, 31249, 281249, 781249, 75781249, 925781249, 1425781249, 86425781249, 336425781249, 4836425781249, 69836425781249, 19836425781249, 7519836425781249, 62519836425781249, 12519836425781249, 9512519836425781249, 34512519836425781249 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(n) is the unique positive integer less than 10^n such that a(n) + 2^(n-1) - 1 is divisible by 2^n and a(n) + 1 is divisible by 5^n.
LINKS
Eric Weisstein's World of Mathematics, Trimorphic Number
FORMULA
a(n) = (A224473(n) + 10^n / 2) mod 10^n.
PROG
(Sage) def A224475(n) : return crt(2^(n-1)+1, -1, 2^n, 5^n)
CROSSREFS
Cf. A033819. Converges to the 10-adic number A091661. The other trimorphic numbers ending in 9 are included in A002283, A198971, and A224473.
Sequence in context: A180830 A361883 A265721 * A352020 A091268 A326085
KEYWORD
nonn,base
AUTHOR
Eric M. Schmidt, Apr 07 2013
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 09:23 EDT 2024. Contains 371782 sequences. (Running on oeis4.)