cp's OEIS Frontend

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.

A240925 Lexicographically earliest sequence of distinct terms such that, in base 10, the digits of the cubes of the terms correspond to the digits of the sequence itself.

This page as a plain text file.
%I A240925 #11 Feb 01 2015 16:43:07
%S A240925 1,32,7,6,8,3,4,321,65,12,2,76,43,30,761,61,27,46,25,17,28,84,38,9,
%T A240925 767,950,72,7000,440,71,10,81,22,69,811,96,83,97,33,615,62,5,49,13,21,
%U A240925 95,259,270,45,48,727,29,451,217,66,385,73,75000
%N A240925 Lexicographically earliest sequence of distinct terms such that, in base 10, the digits of the cubes of the terms correspond to the digits of the sequence itself.
%C A240925 Leading zeros are ignored.
%H A240925 Paul Tek, <a href="/A240925/b240925.txt">Table of n, a(n) for n = 1..4264</a>
%H A240925 Paul Tek, <a href="/A240925/a240925.pl.txt">Perl program for this sequence</a>
%e A240925 +--------+---------------------------------------------+
%e A240925 |  a(n)  | 1,32, 7,6,8,3,4,321,  65, 12, 2,76, 43, ... |
%e A240925 +--------+---------------------------------------------+
%e A240925 | digits | 1 3 2 7 6 8 3 4 3 2 1 6 5 1 2 2 7 6 4 3 ... |
%e A240925 +--------+---------------------------------------------+
%e A240925 | a(n)^3 | 1,32768,    343,  216,  512,  27, 64, ...   |
%e A240925 +--------+---------------------------------------------+
%o A240925 (Perl) See Link section.
%Y A240925 Cf. A052210.
%K A240925 nonn,base
%O A240925 1,2
%A A240925 _Paul Tek_, Aug 03 2014