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.

A034116 Fractional part of cube root of a(n) starts with digit 0 (cubes excluded).

This page as a plain text file.
%I A034116 #13 Apr 22 2024 10:51:08
%S A034116 9,28,29,65,66,67,68,126,127,128,129,130,131,132,217,218,219,220,221,
%T A034116 222,223,224,225,226,344,345,346,347,348,349,350,351,352,353,354,355,
%U A034116 356,357,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527
%N A034116 Fractional part of cube root of a(n) starts with digit 0 (cubes excluded).
%t A034116 Select[Range[600],!IntegerQ[CubeRoot[#]]&&NumberDigit[N[CubeRoot[#]],-1]==0&] (* _Harvey P. Dale_, Apr 22 2024 *)
%Y A034116 Cf. A034126.
%K A034116 nonn,easy,base
%O A034116 1,1
%A A034116 _Patrick De Geest_, Sep 15 1998