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.

A100629 a(n) = 2^(5*prime(n) + 1).

This page as a plain text file.
%I A100629 #16 Oct 01 2024 13:18:35
%S A100629 2048,65536,67108864,68719476736,72057594037927936,
%T A100629 73786976294838206464,77371252455336267181195264,
%U A100629 79228162514264337593543950336,83076749736557242056487941267521536,89202980794122492566142873090593446023921664
%N A100629 a(n) = 2^(5*prime(n) + 1).
%F A100629 a(n) = A013822(prime(n)) = A013822(A000040(n)). - _Michel Marcus_, Aug 27 2015
%e A100629 a(1) = 2^(5*2 + 1) = 2048.
%t A100629 Do[Print[2^(5Prime[n] + 1)], {n, 1, 10}] (* _Stefan Steinerberger_, Feb 15 2006 *)
%t A100629 2^(5*Prime[Range[20]]+1) (* _Harvey P. Dale_, Oct 01 2024 *)
%o A100629 (Magma) [2^(5*NthPrime(n) + 1): n in [1..20]]; // _Vincenzo Librandi_, Aug 25 2015
%K A100629 nonn
%O A100629 1,1
%A A100629 _Parthasarathy Nambi_, Dec 02 2004
%E A100629 More terms from _Stefan Steinerberger_, Feb 15 2006
%E A100629 a(10) from _Vincenzo Librandi_, Aug 27 2015