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.

A067025 Exponents of prime-powers corresponding to terms of A053705(n)+2.

This page as a plain text file.
%I A067025 #12 Jul 18 2024 09:18:31
%S A067025 2,2,2,2,4,2,5,2,6,2,2,2,2,4,2,2,3,2,2,2,4,2,2,2,9,4,3,2,2,2,2,3,2,2,
%T A067025 2,2,2,2,2,2,2,2,2,2,2,2,3,2,2,2,5,2,2,2,2,2,2,2,2,2,2,2,4,2,2,7,2,2,
%U A067025 2,2,2,3,2,2,2,2,2,2,2,6,2,2,2,2,2,2,2
%N A067025 Exponents of prime-powers corresponding to terms of A053705(n)+2.
%H A067025 Amiram Eldar, <a href="/A067025/b067025.txt">Table of n, a(n) for n = 1..10000</a>
%o A067025 (PARI) lista(pmax) = {my(f); forprime(p = 2, pmax, f = factor(p+2); if(#f~ == 1 && f[1,2] > 1, print1(f[1,2], ", ")));} \\ _Amiram Eldar_, Jul 18 2024
%Y A067025 Cf. A025475, A053705, A067023.
%K A067025 nonn
%O A067025 1,1
%A A067025 _Labos Elemer_, Dec 29 2001
%E A067025 More terms from _Amiram Eldar_, Jul 18 2024