|
Search: id:A113839
|
|
|
| A113839 |
|
Powerful(1) numbers sandwiched between twin primes. |
|
+0 1
|
|
| 4, 72, 108, 432, 1152, 2592, 3528, 9000, 18252, 20808, 21600, 34848, 49392, 69192, 83232, 103968, 139968, 180000, 197568, 264600, 345600, 362952, 438048, 444528, 472392, 649800, 734472, 808992, 995328, 1143072, 1190700, 1254528, 1529388
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
COMMENT
|
Here we are considering powerful numbers (first definition) A001694.
|
|
LINKS
|
Eric Weisstein's World of Mathematics, Link to a section of The World of Mathematics.
|
|
EXAMPLE
|
72 is powerful(1) since 72=2^3*3^2 and 71 and 73 are twin primes.
|
|
MATHEMATICA
|
pwfQ[n_] := n == 1 || Min[Transpose[FactorInteger@n][[2]]] > 1; lst={}; Do[If[PrimeQ[n-1] && PrimeQ[n+1] && pwfQ[n], AppendTo[lst, n]], {n, 4, 2*10^6, 4}]; lst
|
|
CROSSREFS
|
Cf. A001694, A001097.
Sequence in context: A133003 A132097 A128062 this_sequence A077112 A095385 A071683
Adjacent sequences: A113836 A113837 A113838 this_sequence A113840 A113841 A113842
|
|
KEYWORD
|
easy,nonn
|
|
AUTHOR
|
Giovanni Resta (g.resta(AT)iit.cnr.it), Jan 24 2006
|
|
|
Search completed in 0.002 seconds
|