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!)
A224474 (2*16^(5^n) - 1) mod 10^n: a sequence of trimorphic numbers ending in 1. 6
1, 51, 751, 8751, 18751, 218751, 4218751, 74218751, 574218751, 3574218751, 63574218751, 163574218751, 163574218751, 80163574218751, 480163574218751, 7480163574218751, 87480163574218751, 487480163574218751, 5487480163574218751, 15487480163574218751 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
a(n) is the unique positive integer less than 10^n such that a(n) + 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) = (2 * A016090(n) - 1) mod 10^n.
PROG
(Sage) def A224474(n) : return crt(-1, 1, 2^n, 5^n)
CROSSREFS
Cf. A033819. Corresponding 10-adic number is A063006. The other trimorphic numbers ending in 1 are included in A199685 and A224476.
Sequence in context: A231750 A232020 A210176 * A201140 A210079 A201832
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 16 03:28 EDT 2024. Contains 371696 sequences. (Running on oeis4.)