[go: up one dir, main page]

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!)
Revision History for A316864 (Underlined text is an addition; strikethrough text is a deletion.)

Showing entries 1-10 | older changes
A316864 Number of times 3 appears in decimal expansion of n.
(history; published version)
#19 by Susanna Cuyler at Tue Dec 10 20:02:56 EST 2019
STATUS

proposed

approved

#18 by Robert Israel at Tue Dec 10 16:42:43 EST 2019
STATUS

editing

proposed

#17 by Robert Israel at Tue Dec 10 16:42:35 EST 2019
LINKS

Robert Israel, <a href="/A316864/b316864.txt">Table of n, a(n) for n = 0..10000</a>

FORMULA

From Robert Israel, Dec 10 2019: (Start)

a(10*n+3) = a(n)+1, a(10*n+i)=a(i) for i = 0,1,2,4..9.

G.f. g(z) satisfies g(z) = z^3/(1-z^10) + ((1-z^10)/(1-z))*g(z^10). (End)

MAPLE

f:= proc(n) option remember;

procname(floor(n/10)) + `if`(n mod 10 = 3, 1, 0)

end proc:

for i from 0 to 9 do f(i):= `if`(i=3, 1, 0) od:

map(f, [$0..100]); # Robert Israel, Dec 10 2019

STATUS

approved

editing

#16 by N. J. A. Sloane at Sat Aug 11 14:07:28 EDT 2018
STATUS

editing

approved

#15 by N. J. A. Sloane at Sat Aug 11 14:07:25 EDT 2018
CROSSREFS

Cf. A000027, A001477.

STATUS

proposed

editing

#14 by Robert G. Wilson v at Sat Aug 04 17:02:39 EDT 2018
STATUS

editing

proposed

#13 by Robert G. Wilson v at Sat Aug 04 16:56:30 EDT 2018
NAME

Number of digitstimes 3 appears in decimal representationexpansion of n.

EXAMPLE

a(0) = 0 since the decimal representation of 0 has nodoes digitnot ofcontain 3the indigit it3.

a(3) = 1 since the decimal3 representationappears ofonce 3in hasthe onedecimal digitexpansion of 3 in it.

a(3) = 2 since the decimal representation of 33 has two digits of 3 in it.

EXTENSIONS

See my changes to A316863 and make similar changes here - and then delete this line

#12 by N. J. A. Sloane at Fri Aug 03 18:03:04 EDT 2018
EXTENSIONS

See my changes to A316863 and make similar changes here - and then delete this line

STATUS

proposed

editing

#11 by Michel Marcus at Fri Jul 20 12:34:43 EDT 2018
STATUS

editing

proposed

#10 by Michel Marcus at Fri Jul 20 12:34:18 EDT 2018
CROSSREFS

Cf. A000027, A001477.

Cf. A043501, A043502, A043503, A043504.

Cf. A000027, A001477, A055641, A268643, A316864, A316865, A316866, A316867, A316868, A316869, A102683.

Discussion
Fri Jul 20 12:34
Michel Marcus: still not convinced by A000027, A001477.

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 August 30 11:14 EDT 2024. Contains 375543 sequences. (Running on oeis4.)