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!)
A264668 a(n) = A264600(n) - A061486(n). 3
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9, 18, 27, 36, 45, 54, 63, 72, 81, 0, 8, 16, 24, 32, 40, 48, 56, 64, 72, 0, 7, 14, 21, 28, 35, 42, 49, 56, 63 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,102
LINKS
MAPLE
with(combinat):
f:= n-> (l-> add(mul(l[i], i=w), w=choose(
nops(l)))-1)(convert(n, base, 10)):
g:= proc(n) option remember; `if`(n=0, 0,
irem(n, 10, 'r')*(r+1)+g(r))
end:
a:= n-> g(n)-f(n):
seq(a(n), n=0..150);
CROSSREFS
Sequence in context: A114386 A178895 A044894 * A052484 A072830 A008591
KEYWORD
nonn,look,base
AUTHOR
Alois P. Heinz, Nov 20 2015
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 25 16:45 EDT 2024. Contains 371989 sequences. (Running on oeis4.)