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.

A098096 Numbers of the form p^2 * 2^p for p prime.

This page as a plain text file.
%I A098096 #12 Sep 07 2024 12:03:43
%S A098096 16,72,800,6272,247808,1384448,37879808,189267968,4437573632,
%T A098096 451508436992,2063731785728,188153927303168,3696558092582912,
%U A098096 16263975998062592,310889111776919552,25301222706567446528
%N A098096 Numbers of the form p^2 * 2^p for p prime.
%C A098096 a(n) = A001248(n) * A034785(n). - _Reinhard Zumkeller_, Feb 07 2015
%H A098096 Reinhard Zumkeller, <a href="/A098096/b098096.txt">Table of n, a(n) for n = 1..450</a>
%t A098096 Table[2^Prime[p]*Prime[p]^2, {p, 16}] (* _Alonso del Arte_, Oct 28 2005 *)
%o A098096 (PARI) forprime(p=2,53,print1(p^2*2^p,","))
%o A098096 (Haskell)
%o A098096 a098096 n = a001248 n * a034785 n  -- _Reinhard Zumkeller_, Feb 07 2015
%Y A098096 Cf. A082949, numbers of the form p^q * q^p, with distinct primes p and q.
%Y A098096  Cf. A001248, A034785.
%K A098096 nonn,easy
%O A098096 1,1
%A A098096 _Parthasarathy Nambi_, Sep 14 2004
%E A098096 More terms from _Klaus Brockhaus_ and _Ray Chandler_, Sep 15 2004