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.

A092769 Squares of A006450: a(n) = prime(prime(n))^2.

This page as a plain text file.
%I A092769 #12 Sep 08 2022 08:45:13
%S A092769 9,25,121,289,961,1681,3481,4489,6889,11881,16129,24649,32041,36481,
%T A092769 44521,58081,76729,80089,109561,124609,134689,160801,185761,212521,
%U A092769 259081,299209,316969,344569,358801,380689,502681,546121,597529,635209
%N A092769 Squares of A006450: a(n) = prime(prime(n))^2.
%H A092769 Vincenzo Librandi, <a href="/A092769/b092769.txt">Table of n, a(n) for n = 1..1000</a>
%t A092769 Table[Prime[Prime[n]]^2, {n, 50}] (* _Vincenzo Librandi_, May 26 2016 *)
%o A092769 (PARI) a(n) = prime(prime(n))^2 \\ _Michel Marcus_, Jun 30 2013
%o A092769 (Magma) [NthPrime(NthPrime(n))^2: n in [1..40]]; // _Vincenzo Librandi_, May 26 2016
%Y A092769 Cf. A006450.
%K A092769 nonn,easy
%O A092769 1,1
%A A092769 _Jorge Coveiro_, Apr 14 2004