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!)
A169967 Numbers whose decimal expansion contains only 0's and 4's. 14
0, 4, 40, 44, 400, 404, 440, 444, 4000, 4004, 4040, 4044, 4400, 4404, 4440, 4444, 40000, 40004, 40040, 40044, 40400, 40404, 40440, 40444, 44000, 44004, 44040, 44044, 44400, 44404, 44440, 44444, 400000, 400004, 400040, 400044, 400400, 400404, 400440, 400444 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n+1) = Sum_{k>=0} A030308(n,k)*A093141(k+1). - Philippe Deléham, Oct 16 2011
a(n) = 4 * A007088(n-1).
MATHEMATICA
FromDigits/@Tuples[{0, 4}, 6] (* Harvey P. Dale, Dec 21 2018 *)
PROG
(PARI) print1(0); for(d=1, 5, for(n=2^(d-1), 2^d-1, print1(", "); forstep(i=d-1, 0, -1, print1((n>>i)%2*4)))) \\ Charles R Greathouse IV, Nov 16 2011
(Haskell)
a169967 n = a169967_list !! (n-1)
a169967_list = map (* 4) a007088_list
-- Reinhard Zumkeller, Jan 10 2012
CROSSREFS
Sequence in context: A217397 A104292 A077329 * A061473 A367926 A091104
KEYWORD
nonn,base,easy
AUTHOR
N. J. A. Sloane, Aug 07 2010
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 01:24 EDT 2024. Contains 372720 sequences. (Running on oeis4.)