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!)
A030159 Numbers n such that in n^3 the parity of digits alternates. 4
0, 1, 2, 3, 5, 6, 7, 9, 18, 23, 85, 87, 101, 103, 168, 206, 301, 303, 363, 725, 1683, 2461, 2788, 7921, 9563, 9668, 20606, 28443, 29501, 45168, 46701, 49501, 63556, 78206, 80901, 90009, 167861, 168069, 208288, 278636, 331841, 375121, 440468 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
A simple heuristic argument suggests that this sequence (albeit rather sparse) is infinite. The numbers of terms of k digits, for k=1..14, are 8, 4, 8, 6, 10, 14, 20, 18, 33, 23, 42, 37, 46, 77, respectively. The 5 numbers obtained multiplying the first h=1..5 terms of (1+10^2, 1+10^8, 1+10^32, 1+10^128, 1+10^512), are all member of the sequence. The largest one is a number of 683 digits whose alternating cube has 2047 digits. - Giovanni Resta, Aug 16 2018
LINKS
MATHEMATICA
n3pdaQ[n_]:=Module[{pty=Boole[EvenQ/@IntegerDigits[n^3]], len= IntegerLength[ n^3]}, pty== PadRight[{}, len, {1, 0}]||pty==PadRight[ {}, len, {0, 1}]]; Join[{0}, Select[Range[450000], n3pdaQ]] (* Harvey P. Dale, Mar 26 2018 *)
CROSSREFS
Sequence in context: A226808 A096594 A100693 * A030161 A361372 A129125
KEYWORD
nonn,base
AUTHOR
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 May 8 00:02 EDT 2024. Contains 372317 sequences. (Running on oeis4.)