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!)
A037461 a(n)=Sum{d(i)*7^i: i=0,1,...,m}, where Sum{d(i)*4^i: i=0,1,...,m} is the base 4 representation of n. 4
1, 2, 3, 7, 8, 9, 10, 14, 15, 16, 17, 21, 22, 23, 24, 49, 50, 51, 52, 56, 57, 58, 59, 63, 64, 65, 66, 70, 71, 72, 73, 98, 99, 100, 101, 105, 106, 107, 108, 112, 113, 114, 115, 119, 120, 121, 122, 147, 148, 149, 150, 154, 155, 156, 157 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
A number k is a term of this sequence if and only if 7 divides neither C(2*k-1,k) nor C(2*k,k).
LINKS
EXAMPLE
39 = 3*1 + 1*4 + 2*4^2 -> 3*1 + 1*7 + 3*7^2 = 108, so a(39) = 108. - Clark Kimberling, Jul 30 2012
MATHEMATICA
Table[FromDigits[RealDigits[n, 4], 7], {n, 1, 100}]
(* Clark Kimberling, Aug 02 2012 *)
CROSSREFS
Cf. A050608.
Sequence in context: A154432 A251391 A047361 * A284514 A268398 A249587
KEYWORD
nonn,base
AUTHOR
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 June 7 06:53 EDT 2024. Contains 373145 sequences. (Running on oeis4.)