This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
%I A280647 #9 Dec 23 2024 14:53:45 %S A280647 31,32,105,111,128,130,149,167,173,191,192,475,483,484,491,509,524, %T A280647 530,534,545,546,550,556,559,584,590,592,597,614,619,624,628,637,641, %U A280647 665,668,692,701,725,743,750,760,781,793,809,824,836,837,843,852,861,864 %N A280647 Numbers k such that k^3 has an odd number of digits and the middle digit is 7. %C A280647 The sequence of cubes starts: 29791, 32768, 1157625, 1367631, 2097152, 2197000, 3307949, 4657463, ... %H A280647 Lars Blomberg, <a href="/A280647/b280647.txt">Table of n, a(n) for n = 1..10000</a> %H A280647 Jeremy Gardiner, <a href="https://web.archive.org/web/*/http://list.seqfan.eu/oldermail/seqfan/2016-December/017135.html">Middle digit in cube numbers</a>, Seqfan Mailing list, Dec 12 2016. %e A280647 31^3 = 29(7)91, 191^3 = 696(7)871, 619^3 = 2371(7)6659. %t A280647 Select[Range[865], OddQ[len=Length[IntegerDigits[#^3]]]&&Part[IntegerDigits[#^3], (len+1)/2]==7 &] (* _Stefano Spezia_, Oct 03 2023 *) %Y A280647 Cf. A280640-A280646, A280648-A280649, A181354. %Y A280647 See A279420-A279429 for a k^2 version. %Y A280647 See A279430-A279431 for a k^2 version in base 2. %K A280647 nonn,base,easy %O A280647 1,1 %A A280647 _Lars Blomberg_, Jan 07 2017