|
Search: id:A098096
|
|
|
| A098096 |
|
Numbers of the form p^2 * 2^p for p prime. |
|
+0 3
|
|
| 16, 72, 800, 6272, 247808, 1384448, 37879808, 189267968, 4437573632, 451508436992, 2063731785728, 188153927303168, 3696558092582912, 16263975998062592, 310889111776919552, 25301222706567446528
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
MATHEMATICA
|
Table[2^Prime[p]*Prime[p]^2, {p, 16}] (Alonso Delarte (alonso.delarte(AT)gmail.com), Oct 28 2005)
|
|
PROGRAM
|
(PARI) forprime(p=2, 53, print1(p^2*2^p, ", "))
|
|
CROSSREFS
|
Cf. A082949, numbers of the form p^q * q^p, with distinct primes p and q.
Sequence in context: A146748 A029872 A056633 this_sequence A058333 A124894 A126403
Adjacent sequences: A098093 A098094 A098095 this_sequence A098097 A098098 A098099
|
|
KEYWORD
|
nonn,easy
|
|
AUTHOR
|
Parthasarathy Nambi (PachaNambi(AT)yahoo.com), Sep 14 2004
|
|
EXTENSIONS
|
More terms from Klaus Brockhaus (klaus-brockhaus(AT)t-online.de) and Ray Chandler (rayjchandler(AT)sbcglobal.net), Sep 15 2004
|
|
|
Search completed in 0.002 seconds
|