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.

A060768 Pseudo-Kaprekar triples: q such that if q=x+y+z, then q^3=x*10^i + y*10^j + z, where (y*10^j+z < 10^i) and z < 10^j.

This page as a plain text file.
%I A060768 #4 Oct 09 2019 07:49:44
%S A060768 1,8,10,45,100,134,297,783,972,1000,1368,1611,2322,2710,2728,3086,
%T A060768 4445,4544,4949,5049,5455,5554,7172,10000,19908,21268,27100,44443,
%U A060768 55556,60434,76581,77778,100000,103239,133334,143857,199728,208494,226071
%N A060768 Pseudo-Kaprekar triples: q such that if q=x+y+z, then q^3=x*10^i + y*10^j + z, where (y*10^j+z < 10^i) and z < 10^j.
%C A060768 True Kaprekar triples (A006887) must have j=n and i=2n, where n is the number of digits in q.
%H A060768 Giovanni Resta, <a href="/A060768/b060768.txt">Table of n, a(n) for n = 1..280</a>
%e A060768 134^3=2406104 and 134=24+06+104. 134 is not a Kaprekar triple since the three terms of the sum would need to be 2, 406 and 104. 134 is not a term of A328198 because one addend (06) begins with '0'.
%Y A060768 Cf. A006887, A328198.
%K A060768 nonn,base
%O A060768 1,2
%A A060768 Larry Reeves (larryr(AT)acm.org), Apr 24 2001
%E A060768 Offset changed to 1 by _Giovanni Resta_, Oct 09 2019