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!)
A031299 Position of n-th 0 in A031298. 0

%I #17 Jan 14 2024 12:54:24

%S 0,10,30,50,70,90,110,130,150,170,190,191,194,197,200,203,206,209,212,

%T 215,218,220,250,280,310,340,370,400,430,460,490,491,494,497,500,503,

%U 506,509,512,515,518,520,550,580,610,640,670,700

%N Position of n-th 0 in A031298.

%o (PARI) T(n, k) = n\10^(k-1)%10; \\ A031298

%o lista(nn) = my(j=0, list = List()); for (n=0, nn, for (k=1, #Str(n), if (T(n,k) == 0, listput(list, j)); j++;);); Vec(list); \\ _Michel Marcus_, Jan 26 2023

%Y Cf. A031298.

%K nonn

%O 1,2

%A _Clark Kimberling_

%E 0 added by _Arkadiusz Wesolowski_, Jan 10 2012

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 May 23 18:59 EDT 2024. Contains 372765 sequences. (Running on oeis4.)