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.

A300361 a(n) = 2^A000325(n).

This page as a plain text file.
%I A300361 #18 Sep 08 2022 08:46:20
%S A300361 2,2,4,32,4096,134217728,288230376151711744,
%T A300361 2658455991569831745807614120560689152,
%U A300361 452312848583266388373324160190187140051835877600158453279131187530910662656
%N A300361 a(n) = 2^A000325(n).
%H A300361 Seiichi Manyama, <a href="/A300361/b300361.txt">Table of n, a(n) for n = 0..11</a>
%F A300361 a(n) = A000079(A000325(n)).
%t A300361 Table[2^(2^n-n),{n,0,10}] (* _Harvey P. Dale_, Apr 08 2020 *)
%o A300361 (PARI) {a(n) = 2^(2^n-n)}
%o A300361 (Magma) [2^(2^n-n): n in [1..10]]; // _Altug Alkan_, Mar 04 2018
%Y A300361 Cf. A000079, A000325, A300190, A300307.
%K A300361 nonn
%O A300361 0,1
%A A300361 _Seiichi Manyama_, Mar 03 2018