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.

A362212 a(n) is the unique solution to A047994(x) = A361969(n).

This page as a plain text file.
%I A362212 #11 Apr 12 2023 08:05:55
%S A362212 4,8,24,16,32,76,96,64,128,184,236,216,224,316,332,384,256,344,552,
%T A362212 428,376,424,472,556,544,768,512,692,716,608,664,796,1128,892,908,896,
%U A362212 1076,864,1416,1132,944,1268,1536,1024,1372,1192,1436,1468,1532,1992,1556,1384
%N A362212 a(n) is the unique solution to A047994(x) = A361969(n).
%C A362212 Are all the terms divisible by 4?
%H A362212 Amiram Eldar, <a href="/A362212/b362212.txt">Table of n, a(n) for n = 1..10000</a>
%F A362212 a(n) = A135347(A361969(n)).
%F A362212 A047994(a(n)) = A361969(n).
%t A362212 invUPhi[#][[1]]& /@ Select[Range[1250], Length[invUPhi[#]] == 1 &] (* using the function invUPhi from A361966 *)
%Y A362212 Cf. A047994, A135347, A361966, A361969.
%Y A362212 Similar sequences: A131826, A362211.
%K A362212 nonn
%O A362212 1,1
%A A362212 _Amiram Eldar_, Apr 11 2023