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!)
A032548 Integer part of decimal 'base-7 looking' numbers divided by their actual base-7 values. 3
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,49
LINKS
FORMULA
a(n) = floor(A007093(n)/n)). - Antti Karttunen, Jan 01 2019
MATHEMATICA
Array[IntegerPart[FromDigits[#]/FromDigits[#, 7]] &@ IntegerDigits[#, 7] &, 100] (* Michael De Vlieger, Jan 03 2019 *)
PROG
(PARI)
A007093(n) = if(n<=1, n, (10*A007093(n\7))+(n%7));
A032548(n) = (A007093(n)\n); \\ Antti Karttunen, Jan 01 2019
CROSSREFS
Cf. A007093, A032549, A032550. See also A032532 for explanation.
Sequence in context: A086137 A085976 A171624 * A030597 A030599 A237413
KEYWORD
nonn,easy,base
AUTHOR
Patrick De Geest, Apr 15 1998
EXTENSIONS
Offset corrected by Antti Karttunen, Jan 01 2019
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 14:17 EDT 2024. Contains 371740 sequences. (Running on oeis4.)