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.

A357323 Numbers k such that k and k+2 are both unitary untouchable numbers (A063948).

This page as a plain text file.
%I A357323 #10 Sep 28 2022 03:53:26
%S A357323 2,3,5,30756,34182,46128,51816,56352,72522,86640,88896,119796,133062,
%T A357323 133618,149682,164290,207282,207642,213636,245708,257820,261156,
%U A357323 279730,283050,286356,286858,310842,318060,327300,339402,339612,349030,360390,371820,377940,384576,396090
%N A357323 Numbers k such that k and k+2 are both unitary untouchable numbers (A063948).
%C A357323 Except for k=3, are there any other numbers k such that k, k+2 and k+4 are all unitary untouchable numbers? There are no such numbers below 10^6.
%H A357323 Amiram Eldar, <a href="/A357323/b357323.txt">Table of n, a(n) for n = 1..101</a>
%t A357323 u = Cases[Import["https://oeis.org/A063948/b063948.txt", "Table"], {_, _}][[;; , 2]]; Select[u, MemberQ[u, # + 2] &]
%Y A357323 The unitary version of A231964.
%Y A357323 Cf. A063948.
%K A357323 nonn
%O A357323 1,1
%A A357323 _Amiram Eldar_, Sep 24 2022