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!)
A352282 Indices k where A225402(k) = 0. 1
17, 56, 68, 71, 75, 77, 79, 93, 94, 103, 104, 110, 116, 118, 119, 124, 151, 167, 186, 197, 222, 238, 239, 249, 253, 262, 263, 277, 283, 298, 303, 317, 325, 341, 343, 345, 348, 351, 362, 363, 367, 370, 373, 384, 385, 391, 398, 404, 405, 411, 420, 425, 428, 430, 445, 451, 475, 489 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
These are also the indices k such that A352995(k+1) < A352995(k).
LINKS
PROG
(PARI) lista(nn) = {my(n=0, list = List()); for(i=1, nn, m=(10^i-1)/9; for(x=0, 9, if(((n+(x*10^(i-1)))^3)%(10^i)==m, n=n+(x*10^(i-1)); if (x==0, listput(list, i-1)); break; ); ); ); Vec(list); }
CROSSREFS
Sequence in context: A097059 A253424 A309032 * A290763 A253417 A117390
KEYWORD
nonn,base
AUTHOR
Michel Marcus, Apr 25 2022
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 July 8 15:21 EDT 2024. Contains 374155 sequences. (Running on oeis4.)