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!)
A053313 a(n) contains n digits (either '2' or '9') and is divisible by 2^n. 1
2, 92, 992, 2992, 92992, 292992, 2292992, 22292992, 222292992, 2222292992, 22222292992, 922222292992, 9922222292992, 29922222292992, 929922222292992, 9929922222292992, 99929922222292992, 999929922222292992 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n)=a(n-1)+10^(n-1)*(2+7*[a(n-1)/2^(n-1) mod 2]) i.e. a(n) ends with a(n-1); if (n-1)-th term is divisible by 2^n then n-th term begins with a 2, if not then n-th term begins with a 7.
MATHEMATICA
Select[Flatten[Table[FromDigits/@Tuples[{2, 9}, n], {n, 18}]], Divisible[ #, 2^IntegerLength[ #]]&] (* Harvey P. Dale, Feb 07 2015 *)
CROSSREFS
Sequence in context: A116162 A116293 A030985 * A226404 A166825 A348852
KEYWORD
base,nonn
AUTHOR
Henry Bottomley, Mar 06 2000
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 September 16 10:25 EDT 2024. Contains 375965 sequences. (Running on oeis4.)