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.

A299117 Sorted terms of A277781.

This page as a plain text file.
%I A299117 #17 Nov 25 2019 01:09:53
%S A299117 4,8,9,16,18,24,25,27,32,36,40,48,49,50,54,56,64,72,75,80,81,88,96,98,
%T A299117 100,104,108,112,120,121,125,128,135,136,144,147,152,160,162,168,169,
%U A299117 176,180,184,189,192,196,200,208,216,224,225,232,240,242,243,245
%N A299117 Sorted terms of A277781.
%C A299117 It appears that all of these numbers are nonsquarefree (i.e., this sequence is a subsequence of A013929).
%C A299117 This sequence is to A277781 what A013929 is to A072905. That is, A277781 is a bijection from the positive integers to this sequence.
%H A299117 Peter Kagey, <a href="/A299117/b299117.txt">Table of n, a(n) for n = 1..1000</a>
%t A299117 With[{nn = 57}, Take[#, nn] &@ Sort@ Table[SelectFirst[n + Range[7 + n^2], AnyTrue[Power[#, 1/3] & /@ {n #, n #^2}, IntegerQ] &], {n, 8 nn}]] (* _Michael De Vlieger_, Feb 03 2018 *)
%Y A299117 Cf. A013929, A072905, A277781.
%K A299117 nonn
%O A299117 1,1
%A A299117 _Peter Kagey_, Feb 02 2018