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!)
A269246 Number of times the digit 6 appears in the decimal expansion of n^3. 12

%I #12 Mar 22 2020 01:59:44

%S 0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,0,1,1,1,0,0,0,0,1,0,

%T 0,0,3,1,0,0,1,1,0,0,0,0,1,0,0,1,0,1,1,0,1,2,2,0,0,0,1,1,0,0,1,1,1,1,

%U 0,0,0,0,0,0,0,0,1,1,0,0,0,0,1,0,0,1,3,1,1,1,0,0,1,0,0,0,1,1,0,0,0

%N Number of times the digit 6 appears in the decimal expansion of n^3.

%C The cubes corresponding to the first occurrence of 1, 2, 3, ... are listed in A036533, i.e., A036533(n)^(1/3) = A048371(n) is the index of the first occurrence of n.

%e 0^3 = 0, 1^3 = 1, 2^3 = 8 and 3^3 = 27 all have a(0) = a(1) = a(2) = a(3) = 0 digits '6'.

%e 4^3 = 64 has a(4) = 1 digit '6'.

%t Table[DigitCount[n^3, 10, 6], {n, 0, 100}] (* _Robert Price_, Mar 21 2020 *)

%o (PARI) A269246(n)=#select(t->t==6,digits(n^3))

%Y Cf. A036533 and A036527 - A036536; A048371 and A048365 - A048374.

%Y Analog for the other digits 0, 1, ..., 9: A269250, A269241, A269242, A269243, A269244, A269245, A269246, A269247, A269248, A269249.

%Y Analog for squares: A086014 (digit 6), and A086008 - A086017 for digits 0 - 9.

%K nonn,base

%O 0,37

%A _M. F. Hasler_, Feb 20 2016

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 March 29 04:23 EDT 2024. Contains 371264 sequences. (Running on oeis4.)